diff options
author | Ned Deily <nad@acm.org> | 2015-05-27 22:37:00 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-05-27 22:37:00 (GMT) |
commit | 72c24002b39e454d68b8581f0c928ae48bf88f5a (patch) | |
tree | 9021610c2207354dffde5cbd52627b4fae4631d2 | |
parent | ca208a03f9c8db0ee66db70f13be06d970c27d9b (diff) | |
download | cpython-72c24002b39e454d68b8581f0c928ae48bf88f5a.zip cpython-72c24002b39e454d68b8581f0c928ae48bf88f5a.tar.gz cpython-72c24002b39e454d68b8581f0c928ae48bf88f5a.tar.bz2 |
Issue 24304: Fix broken license link in FAQ.
-rw-r--r-- | Doc/faq/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index e3ea962..12a0337 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -53,7 +53,7 @@ commercial use, to sell copies of Python in source or binary form (modified or unmodified), or to sell products that incorporate Python in some form. We would still like to know about all commercial use of Python, of course. -See `the PSF license page <https://docs.python.org/3/license/>`_ to find further +See `the PSF license page <https://www.python.org/psf/license/>`_ to find further explanations and a link to the full text of the license. The Python logo is trademarked, and in certain cases permission is required to |