Skip to content

Commit bfb0275

Browse files
authored
Merge pull request #3857 from vespa-engine/kkraune/links
fix links
2 parents b8a22f4 + 8cfb078 commit bfb0275

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

en/reference/deployment.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 id="deployment">deployment</h2>
9595
<tr>
9696
<td>cloud-account</td>
9797
<td>No</td>
98-
<td>Account to deploy to with <a href="/en/enclave">Enclave</a>.</td>
98+
<td>Account to deploy to with <a href="/en/cloud/enclave/enclave.html">Enclave</a>.</td>
9999
</tr>
100100
</tbody>
101101
</table>
@@ -131,7 +131,7 @@ <h2 id="instance">instance</h2>
131131
<tr>
132132
<td>cloud-account</td>
133133
<td>No</td>
134-
<td>Account to deploy to with <a href="/en/enclave">Enclave</a>. Overrides parent's use of cloud-account.</td>
134+
<td>Account to deploy to with <a href="/en/cloud/enclave/enclave.html">Enclave</a>. Overrides parent's use of cloud-account.</td>
135135
</tr>
136136
</tbody>
137137
</table>
@@ -370,7 +370,7 @@ <h2 id="test">test</h2>
370370
<td>cloud-account</td>
371371
<td>No</td>
372372
<td>For <a href="https://docs.vespa.ai/en/cloud/automated-deployments.html#system-tests">system tests</a> only:
373-
account to deploy to with <a href="/en/enclave">Enclave</a>. Overrides parent's use of cloud-account.
373+
account to deploy to with <a href="/en/cloud/enclave/enclave.html">Enclave</a>. Overrides parent's use of cloud-account.
374374
Cloud account <em>must not</em> be specified for
375375
<a href="https://docs.vespa.ai/en/cloud/automated-deployments.html#production-tests">production tests</a>,
376376
which always run in the account of the corresponding deployment.</td>
@@ -403,7 +403,7 @@ <h2 id="staging">staging</h2>
403403
<tr>
404404
<td>cloud-account</td>
405405
<td>No</td>
406-
<td>Account to deploy to with <a href="/en/enclave">Enclave</a>. Overrides parent's use of cloud-account.</td>
406+
<td>Account to deploy to with <a href="/en/cloud/enclave/enclave.html">Enclave</a>. Overrides parent's use of cloud-account.</td>
407407
</tr>
408408
</tbody>
409409
</table>
@@ -428,7 +428,7 @@ <h2 id="prod">prod</h2>
428428
<tr>
429429
<td>cloud-account</td>
430430
<td>No</td>
431-
<td>Account to deploy to with <a href="/en/enclave">Enclave</a>. Overrides parent's use of cloud-account.</td>
431+
<td>Account to deploy to with <a href="/en/cloud/enclave/enclave.html">Enclave</a>. Overrides parent's use of cloud-account.</td>
432432
</tr>
433433
</tbody>
434434
</table>
@@ -460,7 +460,7 @@ <h2 id="region">region</h2>
460460
<tr>
461461
<td>cloud-account</td>
462462
<td>No</td>
463-
<td>Account to deploy to with <a href="/en/enclave">Enclave</a>. Overrides parent's use of cloud-account.</td>
463+
<td>Account to deploy to with <a href="/en/cloud/enclave/enclave.html">Enclave</a>. Overrides parent's use of cloud-account.</td>
464464
</tr>
465465
</tbody>
466466
</table>
@@ -470,7 +470,7 @@ <h2 id="region">region</h2>
470470
<h2 id="dev">dev</h2>
471471
<p>
472472
In <code>&lt;deployment&gt;</code>.
473-
Optionally used to control deployment settings for the <a href="/en/reference/environments">dev and perf environments</a>.
473+
Optionally used to control deployment settings for the <a href="https://cloud.vespa.ai/en/reference/environments.html">dev and perf environments</a>.
474474
This can be used specify a different cloud account, tags, and private endpoints.
475475
</p>
476476
<table class="table">
@@ -490,7 +490,7 @@ <h2 id="dev">dev</h2>
490490
<tr>
491491
<td>cloud-account</td>
492492
<td>No</td>
493-
<td>Account to deploy to with <a href="/en/enclave">Enclave</a>. Overrides parent's use of cloud-account.</td>
493+
<td>Account to deploy to with <a href="/en/cloud/enclave/enclave.html">Enclave</a>. Overrides parent's use of cloud-account.</td>
494494
</tr>
495495
</tbody>
496496
</table>

0 commit comments

Comments
 (0)