Skip to content

Commit 67db916

Browse files
committed
feedback
1 parent 1a6d0dc commit 67db916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/biome_analyze/src/rule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ impl RuleSource {
370370
Self::EslintBarrelFiles(rule_name) => format!("https://github.com/thepassle/eslint-plugin-barrel-files/blob/main/docs/rules/{rule_name}.md"),
371371
Self::EslintN(rule_name) => format!("https://github.com/eslint-community/eslint-plugin-n/blob/master/docs/rules/{rule_name}.md"),
372372
Self::EslintNext(rule_name) => format!("https://nextjs.org/docs/messages/{rule_name}"),
373-
Self::EslintQwik(rule_name) => format!("https://qwik.dev/docs/advanced/eslint#{rule_name}"),
373+
Self::EslintQwik(rule_name) => format!("https://qwik.dev/docs/advanced/eslint/#{rule_name}"),
374374
Self::Stylelint(rule_name) => format!("https://github.com/stylelint/stylelint/blob/main/lib/rules/{rule_name}/README.md"),
375375
Self::EslintNoSecrets(_) => "https://github.com/nickdeis/eslint-plugin-no-secrets/blob/master/README.md".to_string(),
376376
Self::EslintRegexp(rule_name) => format!("https://ota-meshi.github.io/eslint-plugin-regexp/rules/{rule_name}.html"),

0 commit comments

Comments
 (0)