From b84fec1c01cf19450f0005c7c2b9028339672b53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:57:22 -0700 Subject: [PATCH] Fix bad link syntax in notes (#1002) (#1004) (cherry picked from commit c7998608fe162e025bf33ccaf4a16cbadf6d2d34) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- docs/sources/get-started/install/docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/get-started/install/docker.md b/docs/sources/get-started/install/docker.md index 98bbb03a4f..611e515043 100644 --- a/docs/sources/get-started/install/docker.md +++ b/docs/sources/get-started/install/docker.md @@ -48,6 +48,8 @@ Refer to the documentation for [run][] for more information about the options av {{< admonition type="note" >}} Make sure you pass `--server.http.listen-addr=0.0.0.0:12345` as an argument as shown in the example. If you don't pass this argument, the [debugging UI][UI] won't be available outside of the Docker container. + +[UI]: ../../../tasks/debug/#alloy-ui {{< /admonition >}} ### BoringCrypto images @@ -87,6 +89,8 @@ Refer to the documentation for [run][] for more information about the options av {{< admonition type="note" >}} Make sure you pass `--server.http.listen-addr=0.0.0.0:12345` as an argument as shown in the example above. If you don't pass this argument, the [debugging UI][UI] won't be available outside of the Docker container. + +[UI]: ../../../tasks/debug/#alloy-ui {{< /admonition >}} ## Verify