From 4031ef62676b518d87dfc16d1d6c7bd64ef4c888 Mon Sep 17 00:00:00 2001
From: Eric Lindblad <lindblad@gmx.us>
Date: Sat, 15 Jan 2022 04:18:44 +0000
Subject: [PATCH] wikipedia link

---
 docs/users_guide/using.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index 994dc66d743b..179c34b07923 100644
--- a/docs/users_guide/using.rst
+++ b/docs/users_guide/using.rst
@@ -1313,7 +1313,7 @@ messages and in GHCi:
         header=:message=1:warning=1;35:error=1;31:fatal=1;31:margin=1;34
 
     Each value is expected to be a `Select Graphic Rendition (SGR) substring
-    <https://en.wikipedia.org/wiki/ANSI_escape_code#graphics>`_.  The
+    <https://en.wikipedia.org/wiki/ANSI_escape_code#SGR>`_.  The
     formatting of each element can inherit from parent elements.  For example,
     if ``header`` is left empty, it will inherit the formatting of
     ``message``.  Alternatively if ``header`` is set to ``1`` (bold), it will
-- 
GitLab