aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorElisabeth Ortega <ortega.elisabeth@gmail.com>2021-04-18 21:09:39 +0200
committerElisabeth Ortega <ortega.elisabeth@gmail.com>2021-04-18 21:48:49 +0200
commitaa60751b6a081943c1d8c7eaa66063d0007734e2 (patch)
tree15d6ba8e2888e0aa81f242b0d86ffc9d85c55160 /sources
parentd5dcdf2de980ef252aabaa56d5a9465453a1c9b2 (diff)
doc: update cx_Freeze url
Pick-to: 6.0 Change-Id: I9c1cb964e1b9a05f9940382d58ecdf820865d532 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources')
-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