From effbb09e0990ccad5dd103f0632aaf1e5eb46cf1 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Wed, 8 Aug 2018 16:17:54 -0600 Subject: [PATCH] Correct links. --- doc/src/releasenotes.rst | 4 ++-- doc/src/whatsnew.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/releasenotes.rst b/doc/src/releasenotes.rst index 500f913..49c21f2 100644 --- a/doc/src/releasenotes.rst +++ b/doc/src/releasenotes.rst @@ -562,11 +562,11 @@ Version 6.0 beta 1 (April 2017) #) Dropped deprecated attributes cqqos and rowids from :ref:`subscription objects `. Use the qos attribute instead as shown in this `sample `__. + 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 `__. + master/samples/CQN.py>`__. 5.x releases diff --git a/doc/src/whatsnew.rst b/doc/src/whatsnew.rst index b03dbfa..6ca3b77 100644 --- a/doc/src/whatsnew.rst +++ b/doc/src/whatsnew.rst @@ -162,10 +162,10 @@ Removals - Dropped deprecated attributes cqqos and rowids from :ref:`subscription objects `. Use the qos attribute instead as shown in this `sample `__. + 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 `__. + master/samples/CQN.py>`__.