Skip to content

Commit 496c979

Browse files
committed
_content/doc/tutorial: fix vulncheck tutorial links
Fixes golang/go#61663 Change-Id: I46a4c0f74aa8c64b7d1eee73b9533c56f8ef8233 Reviewed-on: https://go-review.googlesource.com/c/website/+/514635 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> Reviewed-by: Brandon Kessler <[email protected]>
1 parent abdc8f0 commit 496c979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_content/doc/tutorial/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777
</tr>
7878
<tr class="DocTable-row">
7979
<td class="DocTable-cell">
80-
<a href="doc/tutorial/govulncheck">Getting started with govulncheck</a>
80+
<a href="/doc/tutorial/govulncheck">Getting started with govulncheck</a>
8181
</td>
8282
<td class="DocTable-cell">Introduces how to find and fix vulnerabilities
8383
with govulncheck. Govulncheck reports known vulnerabilities that affect
8484
Go code.</td>
8585
</tr>
8686
<tr class="DocTable-row">
8787
<td class="DocTable-cell">
88-
<a href="doc/tutorial/govulncheck-ide">Find and fix vulnerable dependencies with VS Code Go</a>
88+
<a href="/doc/tutorial/govulncheck-ide">Find and fix vulnerable dependencies with VS Code Go</a>
8989
</td>
9090
<td class="DocTable-cell">Introduces how to find and fix vulnerable
9191
dependencies directly from your IDE with VS Code Go and Vim.</td>

0 commit comments

Comments
 (0)