docs: fix plugin example URL (#4508)

This commit is contained in:
Ludovic Fernandez 2024-03-14 20:35:12 +01:00 committed by GitHub
parent 7489d44c50
commit 4adac529cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
title: Module Plugin System
---
An example linter can be found at [here](https://github.com/golangci/example-plugin-module-linter/settings).
An example linter can be found at [here](https://github.com/golangci/example-plugin-module-linter).
## The Automatic Way