Skip to content

Commit

Permalink
Fix the hyperlink warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Dec 4, 2022
1 parent 9849ec0 commit faa27fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/hyperlinks.md
Expand Up @@ -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 <link>`_
- hyperlink using references: `link <link>`__
- hyperlink with inline URL: `link <https://python.org/>`_
- hyperlink to a different page: :doc:`link <../quickstart>`
- hyperlink to a specific API element: :class:`pathlib.Path`
Expand Down

0 comments on commit faa27fb

Please sign in to comment.