Skip to content

Commit e13f329

Browse files
authored
Fix broken documentation link (#124)
1 parent ffca83e commit e13f329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/overview/assets/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ <h3 class="font-weight-light">Spring</h3>
197197
<div class="col">
198198
<h3 class="font-weight-light">Microservices</h3>
199199
<div>
200-
<a href="command:java.helper.openUrl?%22https%3A%2F%2Fcode.visualstudio.com%2Fdocs%2Fjava%2Fjava-kubernetes%22" title="Learn how to work with Kubernetes in VS Code">Java with Kubernetes in VS Code</a>
200+
<a href="command:java.helper.openUrl?%22https%3A%2F%2Fcode.visualstudio.com%2Fdocs%2Fazure%2Fkubernetes%22" title="Learn how to work with Kubernetes in VS Code">Kubernetes in VS Code</a>
201201
</div>
202202
<div>
203-
<a href="command:java.helper.openUrl?%22https%3A%2F%2Fcode.visualstudio.com%2Fdocs%2Fjava%2Fjava-container%22" title="Learn how to work with Docker in VS Code">Java with Docker in VS Code</a>
203+
<a href="command:java.helper.openUrl?%22https%3A%2F%2Fcode.visualstudio.com%2Fdocs%2Fazure%2Fdocker%22" title="Learn how to work with Docker in VS Code">Docker in VS Code</a>
204204
</div>
205205
<div ext="ms-kubernetes-tools.vscode-kubernetes-tools">
206206
<a href="command:java.helper.showExtension?%22ms-kubernetes-tools.vscode-kubernetes-tools%22" title="Install Kubernetes extension...">Install Kubernetes Extension</a>

0 commit comments

Comments
 (0)