diff options
author | Mark <mark@qtrac.eu> | 2021-05-25 20:37:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 20:37:28 (GMT) |
commit | ee3d78ef730116f2c43afc248d207ca1d47eee08 (patch) | |
tree | 9c8565d19730f984533417debec0222f9bd22456 /Doc/faq/gui.rst | |
parent | bd199e72fb60a8ff001a023f23925092a290be91 (diff) | |
download | cpython-ee3d78ef730116f2c43afc248d207ca1d47eee08.zip cpython-ee3d78ef730116f2c43afc248d207ca1d47eee08.tar.gz cpython-ee3d78ef730116f2c43afc248d207ca1d47eee08.tar.bz2 |
Point to recent link to PyFLTK (GH-26315)
Diffstat (limited to 'Doc/faq/gui.rst')
-rw-r--r-- | Doc/faq/gui.rst | 2 |
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 ------ |