diff options
author | Stephen Finucane <stephen@that.guru> | 2017-11-24 19:56:53 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-01-04 14:19:23 +0000 |
commit | 763e4b48e9c9a7be35b3581174763adc4ef287f4 (patch) | |
tree | 046fe877e80d5a6525b1d77033bc5baffa7d7cd0 /docs/deployment | |
parent | 662400d03222ae46b83d256c0ea7b125a2440752 (diff) | |
download | patchwork-763e4b48e9c9a7be35b3581174763adc4ef287f4.tar patchwork-763e4b48e9c9a7be35b3581174763adc4ef287f4.tar.gz |
doc: Remove references to 'UPGRADING' and 'CHANGELOG'
These documents have been replaced by release notes. Remove references
to them.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'docs/deployment')
-rw-r--r-- | docs/deployment/upgrading.rst | 10 |
1 files changed, 5 insertions, 5 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 |