Skip to content

Commit 6961413

Browse files
authored
Merge pull request #4658 from vespa-engine/bjormel/fix-kubernetes-operations-link
Fix Kubernetes operations link, and ignore console link
2 parents 6aeb326 + 5559f8c commit 6961413

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

en/examples/billion-scale-vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $ vespa feed if-vectors.jsonl
103103
</div>
104104

105105
Now is a good time to open the
106-
[Vespa Cloud Dashboard](https://console.vespa-cloud.com/link/application/autotest/dev/instance/default?default.dev.aws-us-east-1c=metrics)
106+
<a href="https://console.vespa-cloud.com/link/application/autotest/dev/instance/default?default.dev.aws-us-east-1c=metrics" data-proofer-ignore>Vespa Cloud Dashboard</a>
107107
to track progress.
108108

109109
Refer to [&lt;resources&gt;](https://github.com/vespa-engine/sample-apps/blob/master/billion-scale-vector-search/app/src/main/application/services.xml)

en/operations/kubernetes/vespa-on-kubernetes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 id="overview">Overview</h2>
2929
</p>
3030
<ul>
3131
<li><a href="deployment/installation.html">Install Vespa on Kubernetes</a></li>
32-
<li><a href="operations.html">Lifecycle Operations for Vespa on Kubernetes</a></li>
32+
<li><a href="operations/operations.html">Lifecycle Operations for Vespa on Kubernetes</a></li>
3333
<li><a href="tls.html">Enable TLS Encryption for Vespa on Kubernetes</a></li>
3434
<li><a href="monitoring.html">Monitor a Vespa on Kubernetes Deployment</a></li>
3535
<li><a href="logging.html">Configure Log Collection</a></li>

0 commit comments

Comments
 (0)