@@ -15,7 +15,7 @@ development as a whole. For example, it does not provide guidance or tool
1515recommendations for version control, documentation, or testing.
1616
1717For more reference material, see :std:doc: `Building and Distributing
18- Packages <userguide/index>` in the :ref: `setuptools ` docs, but note
18+ Packages <setuptools: userguide/index>` in the :ref: `setuptools ` docs, but note
1919that some advisory content there may be outdated. In the event of
2020conflicts, prefer the advice in the Python Packaging User Guide.
2121
@@ -241,7 +241,7 @@ can be specified with the ``long_description_content_type`` argument, which can
241241be one of ``text/plain ``, ``text/x-rst ``, or ``text/markdown ``, corresponding
242242to no formatting, `reStructuredText (reST)
243243<https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#reference-names> `_,
244- and the Github -flavored Markdown dialect of `Markdown
244+ and the GitHub -flavored Markdown dialect of `Markdown
245245<https://daringfireball.net/projects/markdown/> `_ respectively.
246246
247247``url ``
@@ -717,7 +717,7 @@ Lastly, if you don't want to install any dependencies at all, you can run:
717717
718718 For more information, see the
719719:doc: `Development Mode <setuptools:userguide/development_mode >` section
720- of the :doc : `setuptools docs < setuptools >` .
720+ of the :ref : `setuptools ` docs.
721721
722722.. _`Packaging your project` :
723723
0 commit comments