Merge pull request #11339 from hashicorp/b-website-fixup-interpolation-formatting
website: fixup link formatting within interpolation doc.
This commit is contained in:
commit
6011411111
|
@ -12,9 +12,7 @@
|
|||
</td>
|
||||
<td>
|
||||
The path to the shared <code>alloc/</code> directory. See
|
||||
<a href="/docs/runtime/environment#task-directories">
|
||||
here for more
|
||||
</a> information.
|
||||
<a href="/docs/runtime/environment#task-directories"> here</a> for more information.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -23,7 +21,7 @@
|
|||
</td>
|
||||
<td>
|
||||
The path to the task <code>local/</code> directory. See
|
||||
<a href="/docs/runtime/environment#task-directories">here</a> for more information.
|
||||
<a href="/docs/runtime/environment#task-directories"> here</a> for more information.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -32,7 +30,7 @@
|
|||
</td>
|
||||
<td>
|
||||
Path to the task's secrets directory. See
|
||||
<a href="/docs/runtime/environment#task-directories">here</a> for more information.
|
||||
<a href="/docs/runtime/environment#task-directories"> here</a> for more information.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -148,7 +146,7 @@
|
|||
</td>
|
||||
<td>
|
||||
The task's Vault token. See
|
||||
<a href="/docs/vault-integration">Vault Integration</a>
|
||||
<a href="/docs/vault-integration"> Vault Integration </a>
|
||||
for more details
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -161,7 +159,7 @@
|
|||
</td>
|
||||
<td>
|
||||
Host IP for the given port <code>label</code>. See
|
||||
<a href="/docs/job-specification/network">here for more</a> information.
|
||||
<a href="/docs/job-specification/network"> here for more</a> information.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -172,7 +170,7 @@
|
|||
Port for the given port <code>label</code>. Driver-specified port when a
|
||||
port map is used, otherwise the host's static or dynamic port
|
||||
allocation. Services should bind to this port. See
|
||||
<a href="/docs/job-specification/network">here for more</a> information.
|
||||
<a href="/docs/job-specification/network"> here for more</a> information.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -189,7 +187,7 @@
|
|||
</td>
|
||||
<td>
|
||||
Port on the host for the port <code>label</code>. See
|
||||
<a href="/docs/job-specification/network#mapped-ports">here</a> for more
|
||||
<a href="/docs/job-specification/network#mapped-ports"> here</a> for more
|
||||
information.
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -237,7 +235,7 @@
|
|||
</td>
|
||||
<td>
|
||||
IP for the given <code>service</code> when defined as a Consul Connect
|
||||
<a href="/docs/job-specification/upstreams">upstream</a>.
|
||||
<a href="/docs/job-specification/upstreams"> upstream</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -246,7 +244,7 @@
|
|||
</td>
|
||||
<td>
|
||||
Port for the given <code>service</code> when defined as a Consul Connect
|
||||
<a href="/docs/job-specification/upstreams">upstream</a>.
|
||||
<a href="/docs/job-specification/upstreams"> upstream</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -256,7 +254,7 @@
|
|||
<td>
|
||||
Host <code>IP:Port</code> for the given <code>service</code> when
|
||||
defined as a Consul Connect
|
||||
<a href="/docs/job-specification/upstreams">upstream</a>.
|
||||
<a href="/docs/job-specification/upstreams"> upstream</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue