Skip to content

Commit 2e0ac76

Browse files
committed
Minor README updates
1 parent 9ff99b0 commit 2e0ac76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This linter plugin for [SublimeLinter](https://github.com/SublimeLinter) provide
66

77
## Installation
88

9-
- Install SublimeLinter 3 from [here](https://packagecontrol.io/packages/SublimeLinter)
9+
- Install SublimeLinter from [here](https://packagecontrol.io/packages/SublimeLinter)
1010
- Install SublimeLinter-golangcilint from [here](https://packagecontrol.io/packages/SublimeLinter-golangcilint)
11-
- Install the `golangci-lint` helper from [here](https://github.com/golangci/golangci-lint#install)
11+
- Install the `golangci-lint` helper from [here](https://golangci-lint.run/welcome/install/#local-installation)
1212

1313
![screenshot](screenshot.png)
1414

1515
## Configuration
1616

17-
In order for `golangci-lint` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in [Finding a linter executable](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#finding-a-linter-executable) through “Validating your PATH” in the documentation. Once you have installed `golangci-lint`, you can proceed to install the plugin if it is not yet installed.
17+
In order for `golangci-lint` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in [Finding a linter executable](https://sublimelinter.readthedocs.io/en/stable/troubleshooting.html#finding-a-linter-executable) through “Validating your PATH” in the documentation. Once you have installed `golangci-lint`, you can proceed to install the plugin if it is not yet installed.
1818

1919
Due to the way that golangci-lint works, the linter will only run when saving a file, even if `lint_mode` is set to “background”.
2020

0 commit comments

Comments
 (0)