Skip to content

Commit 0537fb4

Browse files
authored
Merge pull request realpython#829 from pintman/pyinstaller_link_fix
fixing link to manual of PyInstaller.
2 parents 6b36563 + 79caf4f commit 0537fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shipping/freezing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ PyInstaller
147147
Prerequisite is to have installed :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`.
148148

149149
- `Most basic tutorial <http://bojan-komazec.blogspot.com/2011/08/how-to-create-windows-executable-from.html>`_
150-
- `Manual <http://www.pyinstaller.org/export/d3398dd79b68901ae1edd761f3fe0f4ff19cfb1a/project/doc/Manual.html?format=raw>`_
150+
- `Manual <https://pyinstaller.readthedocs.io/en/stable/>`_
151151

152152

153153
OS X

0 commit comments

Comments
 (0)