Skip to content

Commit 8d11bc5

Browse files
author
Erlend E. Aasland
committed
Link to sqlite.org/rescode.html iso. sqlite.org/c3ref/c_abort.html
1 parent 8a49659 commit 8d11bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,14 +839,14 @@ Exceptions
839839
.. attribute:: sqlite_errorcode
840840

841841
The numeric error code from the
842-
`SQLite API <http://www.sqlite.org/c3ref/c_abort.html>`_.
842+
`SQLite API <https://sqlite.org/rescode.html>`_
843843

844844
.. versionadded:: 3.11
845845

846846
.. attribute:: sqlite_errorname
847847

848848
The symbolic name of the numeric error code
849-
from the `SQLite API <http://www.sqlite.org/c3ref/c_abort.html>`_.
849+
from the `SQLite API <https://sqlite.org/rescode.html>`_
850850

851851
.. versionadded:: 3.11
852852

0 commit comments

Comments
 (0)