summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-25 21:03:43 (GMT)
committerGitHub <noreply@github.com>2021-05-25 21:03:43 (GMT)
commite7078ee11667820e3e4585a67d4444d1d469d54e (patch)
tree5b33937469f0943738d1059bc9f524ce2a91fbff
parent8accb8c8ccf371021cba5a2b91f5b7c711fa8149 (diff)
downloadcpython-e7078ee11667820e3e4585a67d4444d1d469d54e.zip
cpython-e7078ee11667820e3e4585a67d4444d1d469d54e.tar.gz
cpython-e7078ee11667820e3e4585a67d4444d1d469d54e.tar.bz2
Point to recent link to PyFLTK (GH-26315) (GH-26367)
(cherry picked from commit ee3d78ef730116f2c43afc248d207ca1d47eee08) Co-authored-by: Mark <mark@qtrac.eu> Co-authored-by: Mark <mark@qtrac.eu>
-rw-r--r--Doc/faq/gui.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst
index 781da46..a322fa2 100644
--- a/Doc/faq/gui.rst
+++ b/Doc/faq/gui.rst
@@ -92,7 +92,7 @@ FLTK
Python bindings for `the FLTK toolkit <http://www.fltk.org>`_, a simple yet
powerful and mature cross-platform windowing system, are available from `the
-PyFLTK project <http://pyfltk.sourceforge.net>`_.
+PyFLTK project <https://pyfltk.sourceforge.io/>`_.
OpenGL
------