From d0ea014ba3dae62ec0d124034de1cd7d71f549e4 Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Tue, 19 May 2015 13:54:59 +0100 Subject: [PATCH] Tweak documentation --- README.md | 12 +++++------- CHANGELOG.md => RELEASENOTES.md | 0 2 files changed, 5 insertions(+), 7 deletions(-) rename CHANGELOG.md => RELEASENOTES.md (100%) diff --git a/README.md b/README.md index c6935075ac..f1499b23dd 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,16 @@ Read news, hints and tips on the [news][] page. [news]: https://google.github.io/ExoPlayer/news.html -## Developer guide ## +## Documentation ## -The [developer guide][] provides a wealth of information to help you get +* The [developer guide][] provides a wealth of information to help you get started. +* The [class reference][] documents the ExoPlayer library classes. +* The [release notes][] document the major changes in each release. [developer guide]: https://google.github.io/ExoPlayer/guide.html - -## Reference documentation ## - -The [class reference][] documents the ExoPlayer library classes. - [class reference]: https://google.github.io/ExoPlayer/doc/reference +[release notes]: https://github.com/google/ExoPlayer/blob/dev/RELEASENOTES.md ## Project branches ## diff --git a/CHANGELOG.md b/RELEASENOTES.md similarity index 100% rename from CHANGELOG.md rename to RELEASENOTES.md