Prechádzať zdrojové kódy

Merge pull request #67 from adamchainz/readthedocs.io

Convert readthedocs link for their .org -> .io migration for hosted projects
Thomas Kluyver 9 rokov pred
rodič
commit
cb2c5170e6
3 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 1 1
      README.rst
  2. 1 1
      examples/pyqt4/README.md
  3. 1 1
      flit.ini

+ 1 - 1
README.rst

@@ -4,7 +4,7 @@ people who don't have Python installed.
 
 
 At present, pynsist requires Python 3.3 or above, or Python 2.7.
 At present, pynsist requires Python 3.3 or above, or Python 2.7.
 
 
-For more information, see `the documentation <http://pynsist.readthedocs.org/en/latest/>`_
+For more information, see `the documentation <https://pynsist.readthedocs.io/en/latest/>`_
 and `the examples <https://github.com/takluyver/pynsist/tree/master/examples>`_.
 and `the examples <https://github.com/takluyver/pynsist/tree/master/examples>`_.
 
 
 Quickstart
 Quickstart

+ 1 - 1
examples/pyqt4/README.md

@@ -5,7 +5,7 @@ This will download a PyQt Windows installer from Sourceforge, unpack the files
 from it, and copy the necessary ones into pynsist_pkgs where pynsist will
 from it, and copy the necessary ones into pynsist_pkgs where pynsist will
 pick them up.
 pick them up.
 
 
-If you want to use PyQt in a '[bundled format](http://pynsist.readthedocs.org/en/latest/cfgfile.html#bundled-python)'
+If you want to use PyQt in a '[bundled format](https://pynsist.readthedocs.io/en/latest/cfgfile.html#bundled-python)'
 installer with Python 3.5 or later, you'll need to ensure the file `msvcp140.dll`
 installer with Python 3.5 or later, you'll need to ensure the file `msvcp140.dll`
 is included. If you have a Visual Studio installation, you can find it in there;
 is included. If you have a Visual Studio installation, you can find it in there;
 otherwise download the [Visual C++ Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145).
 otherwise download the [Visual C++ Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145).

+ 1 - 1
flit.ini

@@ -3,7 +3,7 @@ module = nsist
 author = Thomas Kluyver
 author = Thomas Kluyver
 author-email = thomas@kluyver.me.uk
 author-email = thomas@kluyver.me.uk
 dist-name = pynsist
 dist-name = pynsist
-home-page = http://pynsist.readthedocs.org/en/latest/
+home-page = https://pynsist.readthedocs.io/en/latest/
 description-file = README.rst
 description-file = README.rst
 requires = requests
 requires = requests
     requests_download
     requests_download