diff --git a/gopls/doc/editor/emacs.md b/gopls/doc/editor/emacs.md index d6dba24842f..3afbc0b326f 100644 --- a/gopls/doc/editor/emacs.md +++ b/gopls/doc/editor/emacs.md @@ -59,7 +59,7 @@ Mode, this behavior can be configured using the `lsp-auto-guess-root` setting. ### Configuring `gopls` via LSP Mode -See [settings](../settings) for information about available gopls settings. +See [settings](../settings.md) for information about available gopls settings. Stable gopls settings have corresponding configuration variables in `lsp-mode`. For example, `(setq lsp-gopls-use-placeholders nil)` will disable placeholders @@ -123,7 +123,7 @@ Eglot. ### Configuring `gopls` via Eglot -See [settings](../settings) for information about available gopls settings. +See [settings](../settings.md) for information about available gopls settings. LSP server settings are controlled by the `eglot-workspace-configuration` variable, which can be set either globally in `.emacs` or in a `.dir-locals.el` file in the project root. diff --git a/gopls/doc/editor/vim.md b/gopls/doc/editor/vim.md index 2db8cc97f1f..45bc0329ff0 100644 --- a/gopls/doc/editor/vim.md +++ b/gopls/doc/editor/vim.md @@ -131,7 +131,7 @@ a `go.mod` file. See the [coc.nvim documentation](https://github.com/neoclide/coc.nvim/wiki/Using-workspaceFolders) for more details. -Other [settings](../settings) can be added in `initializationOptions` too. +Other [settings](../settings.md) can be added in `initializationOptions` too. The `editor.action.organizeImport` code action will auto-format code and add missing imports. To run this automatically on save, add the following line to your `init.vim`: diff --git a/gopls/doc/release/v0.17.0.md b/gopls/doc/release/v0.17.0.md index 207ddd8392e..fe409959906 100644 --- a/gopls/doc/release/v0.17.0.md +++ b/gopls/doc/release/v0.17.0.md @@ -48,7 +48,7 @@ automatic toolchain upgrades (see above). Starting with gopls@v0.18.0, we will officially support integrating with only the 2 most recent major versions of the `go` command. This is consistent with -the Go support policy. See [issue 69321](/issue/69321) (or [this +the Go support policy. See [issue 69321](https://go.dev/issue/69321) (or [this comment](https://github.com/golang/go/issues/69321#issuecomment-2344996677) specifically) for details.