aboutsummaryrefslogtreecommitdiff
path: root/gopls/doc/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'gopls/doc/contributing.md')
-rw-r--r--gopls/doc/contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gopls/doc/contributing.md b/gopls/doc/contributing.md
index 99e452922..367280f53 100644
--- a/gopls/doc/contributing.md
+++ b/gopls/doc/contributing.md
@@ -18,8 +18,8 @@ claiming it.
## Getting started
-Most of the `gopls` logic is actually in the `golang.org/x/tools/internal/lsp`
-directory, so you are most likely to develop in the golang.org/x/tools module.
+Most of the `gopls` logic is in the `golang.org/x/tools/gopls/internal/lsp`
+directory.
## Build