`Audit events table` doc section is generated with broken links

arhadthedev · GitHub

Parent issue:

gh-93851

https://docs.python.org/3/library/audit_events.html

has two links to non-existent sections of sqlite3.html:

sqlite3.enable_load_extension | connection, enabled | [1]

sqlite3.load_extension | connection, path | [1]

I couldn't find where these lines come from. A source file

https://github.com/python/cpython/blob/ff095e13dfdea64de5c1ad21021ae9b5ca2631f8/Doc/library/audit_events.rst

is much shorter, and I don't know what to grep.