docs: changed localhost URLs for local UI from hyperlinks to pre-text, they were interfering with bad link detection

This commit is contained in:
Chris Baker
2018-10-08 14:42:33 -04:00
parent 39f55d350b
commit 71edab44c4

View File

@@ -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