From aaf84230a077486d3fca3a032b803c88bdcc1eb9 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 29 Jan 2015 15:55:27 +0900 Subject: [PATCH] Update PEP 249 URL Via farcepest/MySQLdb1#94 --- doc/FAQ.rst | 2 +- doc/user_guide.rst | 2 +- metadata.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/FAQ.rst b/doc/FAQ.rst index b6a4ce97..79e828a0 100644 --- a/doc/FAQ.rst +++ b/doc/FAQ.rst @@ -139,5 +139,5 @@ Other Resources * Read `PEP-249`_ -.. _`PEP-249`: http://www.python.org/peps/pep-0249.html +.. _`PEP-249`: https://www.python.org/dev/peps/pep-0249/ diff --git a/doc/user_guide.rst b/doc/user_guide.rst index fbc86e5f..232870a9 100644 --- a/doc/user_guide.rst +++ b/doc/user_guide.rst @@ -167,7 +167,7 @@ exceptions are defined in a separate module, ``_mysql_exceptions``, but ``_mysql`` exports them. Read DB API specification PEP-249_ to find out what they are, or you can use the catch-all ``MySQLError``. -.. _PEP-249: http://www.python.org/peps/pep-0249.html +.. _PEP-249: https://www.python.org/dev/peps/pep-0249/ At this point your query has been executed and you need to get the results. You have two options:: diff --git a/metadata.cfg b/metadata.cfg index 813fd62d..bcaa1983 100644 --- a/metadata.cfg +++ b/metadata.cfg @@ -24,7 +24,7 @@ long_description: \n .. _MySQL: http://www.mysql.com/ .. _`Free Software`: http://www.gnu.org/ - .. [PEP-0249] http://www.python.org/peps/pep-0249.html + .. [PEP-0249] https://www.python.org/dev/peps/pep-0249/ author: Andy Dustman author_email: farcepest@gmail.com maintainer: INADA Naoki