Fix broken links
This commit is contained in:
parent
5d4b3958da
commit
eaa72558ea
|
@ -26,7 +26,7 @@ task "webservice" {
|
|||
config {
|
||||
image = "redis:3.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
The `rkt` driver supports the following configuration in the job spec:
|
||||
|
@ -135,7 +135,7 @@ task "redis" {
|
|||
### Allocating Ports
|
||||
|
||||
You can allocate ports to your task using the port syntax described on the
|
||||
[networking page](/docs/jobspec/networking.html).
|
||||
[networking page](/docs/job-specification/network.html).
|
||||
|
||||
When you use port allocation, the image manifest needs to declare public ports and host has configured network.
|
||||
For more information, please refer to [rkt Networking](https://coreos.com/rkt/docs/latest/networking/overview.html).
|
||||
|
|
|
@ -85,7 +85,7 @@ another region can be specified using the `?region=` query parameter.
|
|||
<span class="param">Job</span>
|
||||
<span class="param-flags">required</span>
|
||||
The JSON definition of the job. The general structure is given
|
||||
by the [job specification](/docs/http/json.html).
|
||||
by the [job specification](/docs/http/json-jobs.html).
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
|
|
@ -205,7 +205,7 @@ constraint {
|
|||
|
||||
This example restricts the task to running on nodes where the binaries for
|
||||
redis, cypress, and nginx are all cached locally. This particular example is
|
||||
utilizing node [metadata](meta).
|
||||
utilizing node [metadata][meta].
|
||||
|
||||
```hcl
|
||||
constraint {
|
||||
|
|
|
@ -80,4 +80,4 @@ logs {
|
|||
}
|
||||
```
|
||||
|
||||
[logs-command]: "/docs/commands/logs.html" "nomad logs command"
|
||||
[logs-command]: /docs/commands/logs.html "nomad logs command"
|
||||
|
|
Loading…
Reference in New Issue