From 1eeaf9b520708661c5b26de79c298744df8b5f56 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Wed, 17 May 2023 08:40:26 -0700 Subject: [PATCH] gopls/doc: Fix broken links Stumbled upon several broken links while looking at the gopls docs implementation.md. This fixes those. --- gopls/doc/design/implementation.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gopls/doc/design/implementation.md b/gopls/doc/design/implementation.md index 859ec1c1219..e9b915ba393 100644 --- a/gopls/doc/design/implementation.md +++ b/gopls/doc/design/implementation.md @@ -37,12 +37,12 @@ Package | Description [gopls]: https://github.com/golang/tools/tree/master/gopls [internal/jsonrpc2]: https://github.com/golang/tools/tree/master/internal/jsonrpc2 -[internal/lsp]: https://github.com/golang/tools/tree/master/internal/lsp -[internal/lsp/cache]: https://github.com/golang/tools/tree/master/internal/lsp/cache -[internal/lsp/cmd]: https://github.com/golang/tools/tree/master/internal/lsp/cmd -[internal/lsp/debug]: https://github.com/golang/tools/tree/master/internal/lsp/debug -[internal/lsp/protocol]: https://github.com/golang/tools/tree/master/internal/lsp/protocol -[internal/lsp/source]: https://github.com/golang/tools/tree/master/internal/lsp/source +[internal/lsp]: https://github.com/golang/tools/tree/master/gopls/internal/lsp +[internal/lsp/cache]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/cache +[internal/lsp/cmd]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/cmd +[internal/lsp/debug]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/debug +[internal/lsp/protocol]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/protocol +[internal/lsp/source]: https://github.com/golang/tools/tree/master/gopls/internal/lsp/source [internal/memoize]: https://github.com/golang/tools/tree/master/internal/memoize -[internal/span]: https://github.com/golang/tools/tree/master/internal/span +[internal/span]: https://github.com/golang/tools/tree/master/gopls/internal/span [x/tools]: https://github.com/golang/tools