Fix broken documentation links affected by namespace changes in lint rules (#10182)

This commit is contained in:
Greenstar 2024-03-01 20:35:29 +09:00 committed by GitHub
parent 0373b51823
commit 8b5daaec7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View file

@ -83,7 +83,7 @@ impl Violation for AmbiguousUnicodeCharacterString {
/// spec recommends `GREEK CAPITAL LETTER OMEGA` over `OHM SIGN`.
///
/// You can omit characters from being flagged as ambiguous via the
/// [`allowed-confusables`] setting.
/// [`lint.allowed-confusables`] setting.
///
/// ## Example
/// ```python
@ -136,7 +136,7 @@ impl Violation for AmbiguousUnicodeCharacterDocstring {
/// spec recommends `GREEK CAPITAL LETTER OMEGA` over `OHM SIGN`.
///
/// You can omit characters from being flagged as ambiguous via the
/// [`allowed-confusables`] setting.
/// [`lint.allowed-confusables`] setting.
///
/// ## Example
/// ```python