From 71edab44c4c19203ba6fb172399b59f82d7f7860 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Mon, 8 Oct 2018 14:42:33 -0400 Subject: [PATCH] docs: changed localhost URLs for local UI from hyperlinks to pre-text, they were interfering with bad link detection --- website/source/intro/getting-started/ui.html.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/source/intro/getting-started/ui.html.md b/website/source/intro/getting-started/ui.html.md index 1c3224f80..7fdf40b95 100644 --- a/website/source/intro/getting-started/ui.html.md +++ b/website/source/intro/getting-started/ui.html.md @@ -17,7 +17,7 @@ a job in the web client. As long as Nomad is running, the Nomad UI is also running. It is hosted at the same address and port as the Nomad HTTP API under the `/ui` namespace. -With Nomad running, visit [http://localhost:4646](http://localhost:4646) to open the Nomad UI. +With Nomad running, visit `http://localhost:4646` to open the Nomad UI. [![Nomad UI Jobs List][img-jobs-list]][img-jobs-list] @@ -29,8 +29,7 @@ port mapping: ==> default: Fixed port collision for 4646 => 4646. Now on port 2200. ``` -In the case above you would connect to -[http://localhost:2200](http://localhost:2200) instead. +In the case above you would connect to `http://localhost:2200` instead. ## Inspecting a Job