aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElisabeth Ortega <ortega.elisabeth@gmail.com>2021-04-18 21:09:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-18 21:31:42 +0000
commite025bd5aed2159d2976ecf090bd97c05ae6f7313 (patch)
tree05502a4467a3435fa4c47554925ebdc0ef88884d
parent13502071406fff7593a7c95e5d5e2ddca8059252 (diff)
doc: update cx_Freeze url
Change-Id: I9c1cb964e1b9a05f9940382d58ecdf820865d532 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit aa60751b6a081943c1d8c7eaa66063d0007734e2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/deployment-cxfreeze.rst2
-rw-r--r--sources/pyside6/doc/deployment.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/doc/deployment-cxfreeze.rst b/sources/pyside6/doc/deployment-cxfreeze.rst
index 371e48f49..5bb249834 100644
--- a/sources/pyside6/doc/deployment-cxfreeze.rst
+++ b/sources/pyside6/doc/deployment-cxfreeze.rst
@@ -2,7 +2,7 @@
|project| & cx_Freeze
=====================
-`cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_ lets you
+`cx_Freeze <https://marcelotduarte.github.io/cx_Freeze//>`_ lets you
freeze your Python application into executables. The supported
platforms are Linux, macOS, Windows, FreeBSD, among others.
diff --git a/sources/pyside6/doc/deployment.rst b/sources/pyside6/doc/deployment.rst
index 7fb6b5eb7..a294905a0 100644
--- a/sources/pyside6/doc/deployment.rst
+++ b/sources/pyside6/doc/deployment.rst
@@ -25,7 +25,7 @@ If you choose Option 3, consider using one of these tools:
.. _fbs: https://build-system.fman.io/
.. _PyInstaller: https://www.pyinstaller.org/
-.. _cx_Freeze: https://anthony-tuininga.github.io/cx_Freeze/
+.. _cx_Freeze: https://marcelotduarte.github.io/cx_Freeze/
.. _py2exe: http://www.py2exe.org/
.. _py2app: https://py2app.readthedocs.io/en/latest/
.. _briefcase: https://briefcase.readthedocs.io