diff options
| author | Tim Graham <timograham@gmail.com> | 2014-05-29 18:58:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-29 18:58:12 -0400 |
| commit | 7ff326928a08d4c51141768bd305a44ca5ecb2e7 (patch) | |
| tree | 272b1b9e872392a114d8b03fa8583242a54a6f1e /docs | |
| parent | 347cab4faef22e6c903c9a0a407a0da06805a3de (diff) | |
Improved deprecation plan links in release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.5.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.6.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.7.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.8.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index 5047a4b4ff..491f0463dc 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -354,7 +354,7 @@ Backwards incompatible changes in 1.5 .. warning:: In addition to the changes outlined in this section, be sure to review the - :doc:`deprecation plan </internals/deprecation>` for any features that + :ref:`deprecation plan <deprecation-removed-in-1.5>` for any features that have been removed. If you haven't updated your code within the deprecation timeline for a given feature, its removal may appear as a backwards incompatible change. diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 3ddc745841..aca396be0a 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -380,7 +380,7 @@ Backwards incompatible changes in 1.6 .. warning:: In addition to the changes outlined in this section, be sure to review the - :doc:`deprecation plan </internals/deprecation>` for any features that + :ref:`deprecation plan <deprecation-removed-in-1.6>` for any features that have been removed. If you haven't updated your code within the deprecation timeline for a given feature, its removal may appear as a backwards incompatible change. diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 0b43b97d73..e1bc3e515c 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -851,7 +851,7 @@ Backwards incompatible changes in 1.7 .. warning:: In addition to the changes outlined in this section, be sure to review the - :doc:`deprecation plan </internals/deprecation>` for any features that + :ref:`deprecation plan <deprecation-removed-in-1.7>` for any features that have been removed. If you haven't updated your code within the deprecation timeline for a given feature, its removal may appear as a backwards incompatible change. diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 2fed9fa4a6..e0ad845a39 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -204,7 +204,7 @@ Backwards incompatible changes in 1.8 .. warning:: In addition to the changes outlined in this section, be sure to review the - :doc:`deprecation plan </internals/deprecation>` for any features that + :ref:`deprecation plan <deprecation-removed-in-1.8>` for any features that have been removed. If you haven't updated your code within the deprecation timeline for a given feature, its removal may appear as a backwards incompatible change. |
