mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
docs: changed localhost URLs for local UI from hyperlinks to pre-text, they were interfering with bad link detection
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user