diff --git a/django/db/backends/oracle/operations.py b/django/db/backends/oracle/operations.py index c357c75351..a10973b6b7 100644 --- a/django/db/backends/oracle/operations.py +++ b/django/db/backends/oracle/operations.py @@ -295,7 +295,7 @@ END; ) if sql) def last_executed_query(self, cursor, sql, params): - # https://cx-oracle.readthedocs.io/en/latest/cursor.html#Cursor.statement + # https://cx-oracle.readthedocs.io/en/latest/api_manual/cursor.html#Cursor.statement # The DB API definition does not define this attribute. statement = cursor.statement # Unlike Psycopg's `query` and MySQLdb`'s `_executed`, cx_Oracle's