Skip to content

Commit e104a7c

Browse files
authored
Chanage Wikipedia SGR link to have the proper fragment identifier. (#959)
1 parent fc8f977 commit e104a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/types/attribute.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ macro_rules! Attribute {
2222
/// * Only UNIX and Windows 10 terminals do support text attributes.
2323
/// * Keep in mind that not all terminals support all attributes.
2424
/// * Crossterm implements almost all attributes listed in the
25-
/// [SGR parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters).
25+
/// [SGR parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#Select_Graphic_Rendition_parameters).
2626
///
2727
/// | Attribute | Windows | UNIX | Notes |
2828
/// | :-- | :--: | :--: | :-- |

0 commit comments

Comments
 (0)