Skip to content

Commit 8cd15e6

Browse files
authored
Merge pull request #793 from dduong42/master
Fix typo and dead link
2 parents b3a8bc5 + 7b150ed commit 8cd15e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,14 @@ program into one of these formats, most of which involve embedding the
308308
Python interpreter and any other dependencies into a single executable
309309
file.
310310

311-
This approach, called *freezing*, offers wide compatiblity and
311+
This approach, called *freezing*, offers wide compatibility and
312312
seamless user experience, though often requires multiple technologies,
313313
and a good amount of effort.
314314

315315
A selection of Python freezers:
316316

317317
* `pyInstaller <http://www.pyinstaller.org/>`_ - Cross-platform
318-
* `cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_ - Cross-platform
318+
* `cx_Freeze <https://marcelotduarte.github.io/cx_Freeze/>`_ - Cross-platform
319319
* `constructor <https://github.com/conda/constructor>`_ - For command-line installers
320320
* `py2exe <http://www.py2exe.org/>`_ - Windows only
321321
* `py2app <https://py2app.readthedocs.io/en/latest/>`_ - Mac only

0 commit comments

Comments
 (0)