diff --git a/docs/reference/hyperlinks.md b/docs/reference/hyperlinks.md
index aa8aa0239..c0adba0e4 100644
--- a/docs/reference/hyperlinks.md
+++ b/docs/reference/hyperlinks.md
@@ -18,7 +18,7 @@ Hyperlinks can take various forms, so here's a list of them:
Hyperlinks can take various forms, so here's a list of them:
- standalone hyperlink: https://python.org/
-- hyperlink using references: `link `_
+- hyperlink using references: `link `__
- hyperlink with inline URL: `link `_
- hyperlink to a different page: :doc:`link <../quickstart>`
- hyperlink to a specific API element: :class:`pathlib.Path`