@@ -14,9 +14,10 @@ development as a whole.  For example, it does not provide guidance or tool
1414recommendations for version control, documentation, or testing.
1515
1616For more reference material, see `Building and Distributing Packages 
17- <http://pythonhosted.org/setuptools/setuptools.html> `_ in the :ref: `setuptools `
18- docs, but note that some advisory content there may be outdated. In the event of
19- conflicts, prefer the advice in the Python Packaging User Guide.
17+ <https://setuptools.readthedocs.io/en/latest/setuptools.html> `_ in the
18+ :ref: `setuptools ` docs, but note that some advisory content there may be
19+ outdated. In the event of conflicts, prefer the advice in the Python
20+ Packaging User Guide.
2021
2122.. contents :: Contents 
2223   :local: 
@@ -313,8 +314,8 @@ that should be copied into the package. The paths are interpreted as relative to
313314the directory containing the package.
314315
315316For more information, see `Including Data Files 
316- <http ://pythonhosted.org/setuptools/ setuptools.html#including-data-files> `_ from 
317- the `setuptools docs  <http ://pythonhosted.org/ setuptools/setuptools.html  >`_.
317+ <https ://setuptools.readthedocs.io/en/latest/ setuptools.html#including-data-files> `_
318+ from  the `setuptools docs  <https ://setuptools.readthedocs.io  >`_.
318319
319320
320321.. _`Data Files` :
@@ -376,7 +377,7 @@ entry points that may be defined by your project or others that you depend on.
376377
377378For more information, see the section on `Dynamic Discovery of Services and 
378379Plugins 
379- <http ://pythonhosted.org/setuptools /setuptools.html#dynamic-discovery-of-services-and-plugins> `_
380+ <https ://setuptools.readthedocs.io/en/latest /setuptools.html#dynamic-discovery-of-services-and-plugins> `_
380381from the :ref: `setuptools ` docs.
381382
382383The most commonly used entry point is "console_scripts" (see below).
@@ -395,15 +396,15 @@ console_scripts
395396  }, 
396397
397398Use "console_script" `entry points 
398- <http ://pythonhosted.org/setuptools /setuptools.html#dynamic-discovery-of-services-and-plugins> `_
399+ <https ://setuptools.readthedocs.io/en/latest /setuptools.html#dynamic-discovery-of-services-and-plugins> `_
399400to register your script interfaces. You can then let the toolchain handle the
400401work of turning these interfaces into actual scripts [2 ]_.  The scripts will be
401402generated during the install of your :term: `distribution <Distribution 
402403Package> `.
403404
404405For more information, see `Automatic Script Creation 
405- <http ://pythonhosted.org/setuptools /setuptools.html#automatic-script-creation> `_
406- from the `setuptools docs  <http ://pythonhosted.org/ setuptools/setuptools.html  >`_.
406+ <https ://setuptools.readthedocs.io/en/latest /setuptools.html#automatic-script-creation> `_
407+ from the `setuptools docs  <https ://setuptools.readthedocs.io  >`_.
407408
408409.. _`Choosing a versioning scheme` :
409410
@@ -563,8 +564,8 @@ Lastly, if you don't want to install any dependencies at all, you can run::
563564
564565
565566For more information, see the `Development Mode 
566- <http ://pythonhosted.org/setuptools /setuptools.html#development-mode> `_ section
567- of the `setuptools docs  <http ://pythonhosted.org/ setuptools/setuptools.html  >`_.
567+ <https ://setuptools.readthedocs.io/en/latest /setuptools.html#development-mode> `_ section
568+ of the `setuptools docs  <https ://setuptools.readthedocs.io  >`_.
568569
569570.. _`Packaging Your Project` :
570571
0 commit comments