From e104a7cb400910609cdde36f322e3905c4baa805 Mon Sep 17 00:00:00 2001 From: rosew0od Date: Tue, 17 Dec 2024 05:40:29 +0000 Subject: [PATCH] Chanage Wikipedia SGR link to have the proper fragment identifier. (#959) --- src/style/types/attribute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/types/attribute.rs b/src/style/types/attribute.rs index 8b7d52ca4..d2f57f607 100644 --- a/src/style/types/attribute.rs +++ b/src/style/types/attribute.rs @@ -22,7 +22,7 @@ macro_rules! Attribute { /// * Only UNIX and Windows 10 terminals do support text attributes. /// * Keep in mind that not all terminals support all attributes. /// * Crossterm implements almost all attributes listed in the - /// [SGR parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters). + /// [SGR parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#Select_Graphic_Rendition_parameters). /// /// | Attribute | Windows | UNIX | Notes | /// | :-- | :--: | :--: | :-- |