diff options
| author | Tom Christie | 2012-10-17 13:51:15 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-17 13:51:22 +0100 |
| commit | b5daa40852fb5936e6cddb31ecda5c4b40175cd4 (patch) | |
| tree | ed633872ab23df44eb39aa95750e6103a47587f4 /docs/index.md | |
| parent | 75ebf895ac3dce4b0e4fbe569fc683e16b788a31 (diff) | |
| download | django-rest-framework-b5daa40852fb5936e6cddb31ecda5c4b40175cd4.tar.bz2 | |
Docs tweaks
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 4ccafeeb..02bda081 100644 --- a/docs/index.md +++ b/docs/index.md @@ -104,7 +104,7 @@ General guides to using REST framework. * [REST, Hypermedia & HATEOAS][rest-hypermedia-hateoas] * [Contributing to REST framework][contributing] * [2.0 Migration Guide][migration] -* [Change Log][changelog] +* [Release Notes][release-notes] * [Credits][credits] ## Development @@ -190,7 +190,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [rest-hypermedia-hateoas]: topics/rest-hypermedia-hateoas.md [contributing]: topics/contributing.md [migration]: topics/migration.md -[changelog]: topics/changelog.md +[release-notes]: topics/release-notes.md [credits]: topics/credits.md [group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework |
