Skip to content

Commit

Permalink
Updated the linter rules link (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
buntured authored Sep 8, 2023
1 parent 81dc53a commit dce5dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/lintdoc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn main() -> Result<()> {

let number_of_rules_buffer = format!(
"<!-- this file is auto generated, use `cargo lintdoc` to update it -->\n \
<p>Biome's linter has a total of <strong><a href='/lint/rules'>{} rules</a></strong><p>",
<p>Biome's linter has a total of <strong><a href='/linter/rules'>{} rules</a></strong><p>",
number_or_rules
);
fs2::write(root.join("index.mdx"), index)?;
Expand Down

0 comments on commit dce5dae

Please sign in to comment.