From 7919dede3d56415609be8020232e46d9ac8175ed Mon Sep 17 00:00:00 2001 From: Hana Date: Mon, 6 Dec 2021 23:01:30 -0500 Subject: [PATCH] README.md: fix the broken link for debugging From https://github.com/golang/vscode-go/pull/1926 Change-Id: I42c11c999978af467d6ab24a143139959b901f56 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/369875 Trust: Hyang-Ah Hana Kim Run-TryBot: Hyang-Ah Hana Kim Reviewed-by: Peter Weinberger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84335c3a82..ef5930292d 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ conduct-related issue, please mail conduct@golang.org. [code editing]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-editing [diagnostics]: https://github.com/golang/vscode-go/blob/master/docs/features.md#diagnostics [testing]: https://github.com/golang/vscode-go/blob/master/docs/features.md##run-and-test-in-the-editor -[debugging]: #debugging +[debugging]: https://github.com/golang/vscode-go/blob/master/docs/features.md#debugging [full feature breakdown]: https://github.com/golang/vscode-go/blob/master/docs/features.md [workspace documentation]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md [`Go: Install/Update Tools` command]: https://github.com/golang/vscode-go/blob/master/docs/commands.md#go-installupdate-tools