Skip to content

Commit 112f3a3

Browse files
committed
Switches to a relative link
1 parent b3e9240 commit 112f3a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/ruff_workspace/src/options.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ pub struct Flake8TypeCheckingOptions {
19191919
/// to inconsistent style with `typing.cast` calls where sometimes the
19201920
/// type expression is quoted or partially quoted and other times not,
19211921
/// if you'd like to consistently quote type expressions, you should
1922-
/// instead consider enabling [`runtime-cast-value`](/rules/runtime-cast-value/).
1922+
/// instead consider enabling [`runtime-cast-value`](rules/runtime-cast-value.md).
19231923
#[option(
19241924
default = "false",
19251925
value_type = "bool",
@@ -1973,7 +1973,7 @@ pub struct Flake8TypeCheckingOptions {
19731973
/// or uses type aliases in things like `isinstance` checks. So only
19741974
/// use this if you're confident that it will cause no issues.
19751975
///
1976-
/// In most cases it should be safer to enable [`unquoted-type-alias`](/rules/unquoted-type-alias/)
1976+
/// In most cases it should be safer to enable [`unquoted-type-alias`](rules/unquoted-type-alias.md)
19771977
/// instead, or to switch to [PEP 695] type aliases, if you have the
19781978
/// option to drop support for older Python versions.
19791979
///

ruff.schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)