diff options
| author | Suzy Mueller <suzmue@golang.org> | 2023-07-31 13:39:43 -0700 |
|---|---|---|
| committer | Suzy Mueller <suzmue@golang.org> | 2023-07-31 22:49:54 +0000 |
| commit | 496c979d265dbb9c1ff27f7f83fd293ad126552b (patch) | |
| tree | 470443dbbadfab89244a3fd30886c0c0b4eb8625 /_content/doc/tutorial | |
| parent | abdc8f0e80195c777520d464a1f9c027a4cf9d79 (diff) | |
| download | go-x-website-496c979d265dbb9c1ff27f7f83fd293ad126552b.tar.xz | |
_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 <gobot@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Brandon Kessler <bkessler@google.com>
Diffstat (limited to '_content/doc/tutorial')
| -rw-r--r-- | _content/doc/tutorial/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_content/doc/tutorial/index.html b/_content/doc/tutorial/index.html index 9fe5c30e..b807319c 100644 --- a/_content/doc/tutorial/index.html +++ b/_content/doc/tutorial/index.html @@ -77,7 +77,7 @@ </tr> <tr class="DocTable-row"> <td class="DocTable-cell"> - <a href="doc/tutorial/govulncheck">Getting started with govulncheck</a> + <a href="/doc/tutorial/govulncheck">Getting started with govulncheck</a> </td> <td class="DocTable-cell">Introduces how to find and fix vulnerabilities with govulncheck. Govulncheck reports known vulnerabilities that affect @@ -85,7 +85,7 @@ </tr> <tr class="DocTable-row"> <td class="DocTable-cell"> - <a href="doc/tutorial/govulncheck-ide">Find and fix vulnerable dependencies with VS Code Go</a> + <a href="/doc/tutorial/govulncheck-ide">Find and fix vulnerable dependencies with VS Code Go</a> </td> <td class="DocTable-cell">Introduces how to find and fix vulnerable dependencies directly from your IDE with VS Code Go and Vim.</td> |
