mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
[ty] Fix link in generate_ty_rules (#19090)
This commit is contained in:
parent
522fd4462e
commit
4e4e428a95
2 changed files with 67 additions and 67 deletions
|
@ -91,7 +91,7 @@ fn generate_markdown() -> String {
|
|||
let _ = writeln!(
|
||||
&mut output,
|
||||
r#"<small>
|
||||
Default level: [`{level}`](/rules/#rule-levels "This lint has a default severity of '{level}'.") ·
|
||||
Default level: [`{level}`](../rules.md#rule-levels "This lint has a default level of '{level}'.") ·
|
||||
[Related issues](https://github.com/astral-sh/ty/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20{encoded_name}) ·
|
||||
[View source](https://github.com/astral-sh/ruff/blob/main/{file}#L{line})
|
||||
</small>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue