From faa27fb89bee4627cd5b942a760404a9b4cf0d4d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 26 Nov 2022 14:29:48 +0000 Subject: [PATCH] Fix the hyperlink warning --- docs/reference/hyperlinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`