diff --git a/doc/usage/restructuredtext/basics.rst b/doc/usage/restructuredtext/basics.rst index 8f408f45e38..34ddf8cc704 100644 --- a/doc/usage/restructuredtext/basics.rst +++ b/doc/usage/restructuredtext/basics.rst @@ -242,13 +242,6 @@ This uses the following syntax: ```Link text `__`` Moreover, they have the disadvantage that you must make sure that you do not use the same "Link text" for another link in your document. -You can also separate the link and the target definition (:duref:`ref -`), like this:: - - This is a paragraph that contains `a link`_. - - .. _a link: https://domain.invalid/ - Internal links ~~~~~~~~~~~~~~