Skip to content

Commit 98932ba

Browse files
authored
docs: fix tutorial URL (#5925)
1 parent f6b5aa3 commit 98932ba

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
@@ -4,7 +4,7 @@ title: New linters
44

55
## How to write a linter
66

7-
Use `go/analysis` and take a look at [this tutorial](https://disaev.me/p/writing-useful-go-analysis-linter/):
7+
Use `go/analysis` and take a look at [this tutorial](https://web.archive.org/web/20250527152107/https://disaev.me/p/writing-useful-go-analysis-linter/):
88
it shows how to write `go/analysis` linter from scratch and integrate it into `golangci-lint`.
99

1010
## How to add a public linter to `golangci-lint`

0 commit comments

Comments
 (0)