Skip to content

Commit 5ce721d

Browse files
sywhanggopherbot
authored andcommitted
gopls/doc: Fix broken links
Stumbled upon several broken links while looking at the gopls docs implementation.md. This fixes those. Change-Id: I946a91de65e41fbf5387eea1c9ec93dcd742dd32 GitHub-Last-Rev: 1eeaf9b GitHub-Pull-Request: #437 Reviewed-on: https://go-review.googlesource.com/c/tools/+/495815 TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> Auto-Submit: Suzy Mueller <[email protected]>
1 parent 7a03feb commit 5ce721d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gopls/doc/design/implementation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Package | Description
3737

3838
[gopls]: https://github.com/golang/tools/tree/master/gopls
3939
[internal/jsonrpc2]: https://github.com/golang/tools/tree/master/internal/jsonrpc2
40-
[internal/lsp]: https://github.com/golang/tools/tree/master/internal/lsp
41-
[internal/lsp/cache]: https://github.com/golang/tools/tree/master/internal/lsp/cache
42-
[internal/lsp/cmd]: https://github.com/golang/tools/tree/master/internal/lsp/cmd
43-
[internal/lsp/debug]: https://github.com/golang/tools/tree/master/internal/lsp/debug
44-
[internal/lsp/protocol]: https://github.com/golang/tools/tree/master/internal/lsp/protocol
45-
[internal/lsp/source]: https://github.com/golang/tools/tree/master/internal/lsp/source
40+
[internal/lsp]: https://github.com/golang/tools/tree/master/gopls/internal/lsp
41+
[internal/lsp/cache]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/cache
42+
[internal/lsp/cmd]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/cmd
43+
[internal/lsp/debug]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/debug
44+
[internal/lsp/protocol]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/protocol
45+
[internal/lsp/source]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/source
4646
[internal/memoize]: https://github.com/golang/tools/tree/master/internal/memoize
47-
[internal/span]: https://github.com/golang/tools/tree/master/internal/span
47+
[internal/span]: https://github.com/golang/tools/tree/master/gopls/internal/span
4848
[x/tools]: https://github.com/golang/tools

0 commit comments

Comments
 (0)