diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-31 12:25:37 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-31 12:27:18 -0400 |
| commit | 1acdb88136d6ca470e78dfff2998c3cc0795b39b (patch) | |
| tree | 2ee0ce949b3f6789a01dfa45f258a9132e61766e | |
| parent | f5f03e3de9b7050fb5dd33d12b93226c99cc2f4b (diff) | |
[1.8.x] Improved link to the supported versions section of the download page.
Backport of c3b66dafdd473227065420bfc2d8d6819fe713ad from master
| -rw-r--r-- | docs/internals/release-process.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index bce7319079..37a691fe55 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -77,8 +77,9 @@ Supported versions ================== At any moment in time, Django's developer team will support a set of releases to -varying levels. See `the download page`_ for the current state of support for -each version. +varying levels. See `the supported versions section +<https://www.djangoproject.com/download/#supported-versions>`_ of the download +page for the current state of support for each version. * The current development master will get new features and bug fixes requiring major refactoring. |
