diff options
| author | José Padilla | 2015-03-23 12:15:27 -0400 |
|---|---|---|
| committer | José Padilla | 2015-03-23 12:15:27 -0400 |
| commit | 197027c87b71b4c06e208313b7f0d7fc47e22e8b (patch) | |
| tree | a72f53cd924378fed3030d7edfefbbb025f9c055 | |
| parent | 331f48054c64c24508a4a933bbc8a61f3540be60 (diff) | |
| download | django-rest-framework-197027c87b71b4c06e208313b7f0d7fc47e22e8b.tar.bz2 | |
Fix older release notes link
Closes #2756
| -rw-r--r-- | docs/topics/release-notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 661156e8..270a3360 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -163,7 +163,7 @@ For full details see the [3.0 release announcement](3.0-announcement.md). --- -For older release notes, [please see the version 2.x documentation](old-release-notes). +For older release notes, [please see the version 2.x documentation][old-release-notes]. [cite]: http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html [deprecation-policy]: #deprecation-policy @@ -295,4 +295,4 @@ For older release notes, [please see the version 2.x documentation](old-release- [gh2641]: https://github.com/tomchristie/django-rest-framework/issues/2641 [gh2631]: https://github.com/tomchristie/django-rest-framework/issues/2631 [gh2741]: https://github.com/tomchristie/django-rest-framework/issues/2641 -[gh2743]: https://github.com/tomchristie/django-rest-framework/issues/2643
\ No newline at end of file +[gh2743]: https://github.com/tomchristie/django-rest-framework/issues/2643 |
