Skip to content

Commit 3ba2604

Browse files
authored
dev: fix broken links to the website (#4656)
1 parent b7c7a1d commit 3ba2604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
required: true
1212
- label: Yes, I've searched similar issues on GitHub and didn't find any.
1313
required: true
14-
- label: Yes, I've read the typecheck section of the FAQ (https://golangci-lint.run/usage/faq/#why-do-you-have-typecheck-errors).
14+
- label: Yes, I've read the typecheck section of the FAQ (https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors).
1515
required: true
1616
- label: Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)
1717
required: true

pkg/lint/lintersdb/builder_plugin_go.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (b *PluginGoBuilder) lookupAnalyzerPlugin(plug *plugin.Plugin) ([]*analysis
127127
}
128128

129129
b.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please use the new plugin signature: " +
130-
"https://golangci-lint.run/contributing/new-linters/#create-a-plugin")
130+
"https://golangci-lint.run/plugins/go-plugins#create-a-plugin")
131131

132132
analyzerPlugin, ok := symbol.(AnalyzerPlugin)
133133
if !ok {

0 commit comments

Comments
 (0)