From 4ec4158df10cbec143fb8e6357aadbf18c6a0f74 Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Thu, 19 Aug 2021 12:14:30 +1000 Subject: [PATCH] Fix link to `Spacemacs` in documentation --- docs/src/docs/usage/integrations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/usage/integrations.mdx b/docs/src/docs/usage/integrations.mdx index 1d0290c0c647..d81b124f89f5 100644 --- a/docs/src/docs/usage/integrations.mdx +++ b/docs/src/docs/usage/integrations.mdx @@ -23,7 +23,7 @@ title: Integrations - Add [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) using existing `golangci-lint` template. - If your version of GoLand does not have the `golangci-lint` [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) template you can configure your own and use arguments `run --disable=typecheck $FileDir$`. 4. GNU Emacs - - [Spacemacs](https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/go/README.org#pre-requisites) + - [Spacemacs](https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/go/README.org#linting) - [flycheck checker](https://github.com/weijiangan/flycheck-golangci-lint). 5. Vim - [vim-go](https://github.com/fatih/vim-go)