Correct links.

This commit is contained in:
Anthony Tuininga 2018-08-08 16:17:54 -06:00
parent 18100ccdf3
commit effbb09e09
2 changed files with 4 additions and 4 deletions

View File

@ -562,11 +562,11 @@ Version 6.0 beta 1 (April 2017)
#) Dropped deprecated attributes cqqos and rowids from
:ref:`subscription objects <subscrobj>`. Use the qos attribute instead as
shown in this `sample <https://github.com/oracle/python-cx_Oracle/blob/
master/samples/QueryChangeNotification.py>`__.
master/samples/CQN.py>`__.
#) Dropped deprecated parameters cqqos and rowids from the
:meth:`Connection.subscribe()` method. Use the qos parameter instead as
shown in this `sample <https://github.com/oracle/python-cx_Oracle/blob/
master/samples/QueryChangeNotification.py>`__.
master/samples/CQN.py>`__.
5.x releases

View File

@ -162,10 +162,10 @@ Removals
- Dropped deprecated attributes cqqos and rowids from
:ref:`subscription objects <subscrobj>`. Use the qos attribute instead as
shown in this `sample <https://github.com/oracle/python-cx_Oracle/blob/
master/samples/QueryChangeNotification.py>`__.
master/samples/CQN.py>`__.
- Dropped deprecated parameters cqqos and rowids from the
:meth:`Connection.subscribe()` method. Use the qos parameter instead as
shown in this `sample <https://github.com/oracle/python-cx_Oracle/blob/
master/samples/QueryChangeNotification.py>`__.
master/samples/CQN.py>`__.