summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment/upgrading.rst10
-rw-r--r--docs/releases/index.rst4
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/deployment/upgrading.rst b/docs/deployment/upgrading.rst
index 298db11..2c2766c 100644
--- a/docs/deployment/upgrading.rst
+++ b/docs/deployment/upgrading.rst
@@ -3,9 +3,9 @@ Upgrading
This document provides some general tips and tricks that one can use when
upgrading an existing, production installation of Patchwork. If you are
-interested in the specific changes between each release, refer to the
-`UPGRADING` document instead. If this is your first time installing Patchwork,
-refer to the :doc:`installation` instead.
+interested in the specific changes between each release, refer to
+:doc:`/releases/index` instead. If this is your first time installing
+Patchwork, refer to the :doc:`installation` instead.
Before You Start
----------------
@@ -21,7 +21,7 @@ will provide an easier, if slower, upgrade process.
Identify Changed Scripts, Requirements, etc.
--------------------------------------------
-The `CHANGELOG` document provides a comprehensive listing of all
+:doc:`/releases/index` provides a comprehensive listing of all
backwards-incompatible changes that occur between releases of Patchwork.
Examples of such changes include:
@@ -42,7 +42,7 @@ dependencies, e.g. newer versions of Django. It is important that you
understand these requirements and can fulfil them. This is particularly true
for users relying on distro-provided packages, who may have to deal with older
versions of a package or may be missing a package altogether (though we try to
-avoid this). Such changes are usually listed in the `UPGRADING` document, but
+avoid this). Such changes are usually listed in the :doc:`/releases/index`, but
you can also diff the `requirements.txt` files in each release for comparison.
Collect Static Files
diff --git a/docs/releases/index.rst b/docs/releases/index.rst
index f0d6063..8ddaafb 100644
--- a/docs/releases/index.rst
+++ b/docs/releases/index.rst
@@ -1,5 +1,5 @@
-Releases
-========
+Release Notes
+=============
Release notes for each Patchwork releases are provided below. For information
on the release process, refer to :doc:`/development/releasing`.