From 4cebae7dcefa3db1f1cd79c5f9bdfbe49d44e22e Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Mon, 11 May 2015 21:23:12 +0100 Subject: [PATCH 1/2] Update README --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d9c55904ae..b2a4f54028 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,24 @@ SmoothStreaming adaptive playbacks, persistent caching and custom renderers. Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and can be updated through Play Store application updates. +## Blog ## + +Read news, hints and tips in the ExoPlayer [blog][]. + +[blog]: https://google.github.io/ExoPlayer/blog.html ## Developer guide ## -The [ExoPlayer developer guide][] provides a wealth of information to help you -get started. - -[ExoPlayer developer guide]: http://developer.android.com/guide/topics/media/exoplayer.html +The ExoPlayer [developer guide][] provides a wealth of information to help +you get started. +[ExoPlayer developer guide]: https://google.github.io/ExoPlayer/guide.html ## Reference documentation ## -[Class reference][] (Documents the ExoPlayer library classes). - -[Class reference]: http://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/package-summary.html +The Exoplayer [class reference][] documents the ExoPlayer library classes. +[class reference]: https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/package-summary.html ## Project branches ## @@ -35,7 +38,6 @@ get started. [master]: https://github.com/google/ExoPlayer/tree/master [dev]: https://github.com/google/ExoPlayer/tree/dev - ## Using Eclipse ## The repository includes Eclipse projects for both the ExoPlayer library and its From acad036b80205304b7e896795abbec2b2bf7a66a Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Mon, 11 May 2015 21:24:31 +0100 Subject: [PATCH 2/2] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a4f54028..7136aa965e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Read news, hints and tips in the ExoPlayer [blog][]. The ExoPlayer [developer guide][] provides a wealth of information to help you get started. -[ExoPlayer developer guide]: https://google.github.io/ExoPlayer/guide.html +[developer guide]: https://google.github.io/ExoPlayer/guide.html ## Reference documentation ##