Skip to content

Commit b8216ca

Browse files
authored
Update not found url in new-linters.mdx (#1171)
1 parent f3376ca commit b8216ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/contributing/new-linters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ type AnalyzerPlugin interface {
7676
```
7777

7878
The type of `AnalyzerPlugin` is not important, but is by convention `type analyzerPlugin struct {}`. See
79-
[plugin/example.go](https://github.com/golangci/example-plugin-linter/plugin/example.go) for more info.
79+
[plugin/example.go](https://github.com/golangci/example-plugin-linter/blob/master/plugin/example.go) for more info.
8080

8181
To build the plugin, from the root project directory, run `go build -buildmode=plugin plugin/example.go`. This will create a plugin `*.so`
8282
file that can be copied into your project or another well known location for usage in golangci-lint.

0 commit comments

Comments
 (0)