From 7657be6ecfa5be754ab5e86e01a2d342f24eb719 Mon Sep 17 00:00:00 2001 From: Hossein Zolfi Date: Mon, 26 Apr 2021 07:42:29 +0000 Subject: [PATCH] gopls/doc: fix broken link Change-Id: I051824d44b12bbdb3bff41ff97d8583d841810e2 GitHub-Last-Rev: 7fb731de225440bdf98ad0130cf1b9010cac3e17 GitHub-Pull-Request: golang/tools#314 Reviewed-on: https://go-review.googlesource.com/c/tools/+/313096 Reviewed-by: Rebecca Stambler Trust: Rebecca Stambler Trust: Robert Findley Run-TryBot: Rebecca Stambler gopls-CI: kokoro TryBot-Result: Go Bot --- gopls/doc/workspace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopls/doc/workspace.md b/gopls/doc/workspace.md index ed30dae291..821ba49e20 100644 --- a/gopls/doc/workspace.md +++ b/gopls/doc/workspace.md @@ -23,7 +23,7 @@ As of Jan 2021, if you are working with multiple modules or nested modules, you will need to create a "workspace folder" for each module. This means that each module has its own scope, and features will not work across modules. We are currently working on addressing this limitation--see details about -[experimental workspace module mode](#experimental-workspace-module-mode) +[experimental workspace module mode](#workspace-module-experimental) below. In VS Code, you can create a workspace folder by setting up a