Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

2 changes: 1 addition & 1 deletion doc/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion metadata.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down