summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2023-04-25 10:53:22 +0200
committerJan Lehnardt <jan@apache.org>2023-04-25 10:53:22 +0200
commit654e00123792be19be3bff3002a86f2ab5a28f3b (patch)
tree26e3aacbbf28a5e959e1bae105a4322e5579d197
parentb60120abd6d8d90ca7cffa789be3c180335c378c (diff)
downloadcouchdb-654e00123792be19be3bff3002a86f2ab5a28f3b.tar.gz
fix version & cve link
-rw-r--r--src/docs/src/conf.py2
-rw-r--r--src/docs/src/whatsnew/3.2.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/src/conf.py b/src/docs/src/conf.py
index 5633aafd6..e91af7172 100644
--- a/src/docs/src/conf.py
+++ b/src/docs/src/conf.py
@@ -31,7 +31,7 @@ nitpicky = True
# should be over-written using rebar-inherited settings
version = "3.2"
-release = "3.2.2"
+release = "3.2.3"
project = "Apache CouchDB\u00ae"
diff --git a/src/docs/src/whatsnew/3.2.rst b/src/docs/src/whatsnew/3.2.rst
index b45208265..fad0c2006 100644
--- a/src/docs/src/whatsnew/3.2.rst
+++ b/src/docs/src/whatsnew/3.2.rst
@@ -34,7 +34,7 @@ Features and Enhancements
* :ghissue:`4509`, :ghissue:`4405`: Make remsh work with quoted cookie values.
-* Fix for `CVE-2023-26268 <https://docs.couchdb.org/en/stable/cve/2023-26268.html>`_.
+* Fix for `CVE-2023-26268 <https://docs.couchdb.org/en/3.2.3-docs/cve/2023-26268.html>`_.
.. _release/3.2.2: