diff --git a/extensions/okhttp/README.md b/extensions/okhttp/README.md index 54fd5dfadd..688bf8e08a 100644 --- a/extensions/okhttp/README.md +++ b/extensions/okhttp/README.md @@ -2,8 +2,8 @@ ## Description ## -The OkHttp Extension is a [HTTP Data Source][] implementation using Square's [OkHttp][]. +The OkHttp Extension is an [HttpDataSource][] implementation using Square's [OkHttp][]. -[HTTP Data Source]: http://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/upstream/HttpDataSource.html +[HttpDataSource]: https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/upstream/HttpDataSource.html +[OkHttp]: https://square.github.io/okhttp/ -[OkHttp]: http://square.github.io/okhttp/ \ No newline at end of file diff --git a/extensions/opus/README.md b/extensions/opus/README.md index 661aed2cf2..46bb6942e6 100644 --- a/extensions/opus/README.md +++ b/extensions/opus/README.md @@ -2,9 +2,9 @@ ## Description ## -The Opus Extension is a [Track Renderer][] implementation that helps you bundle libopus (the Opus decoding library) into your app and use it along with ExoPlayer to play Opus audio on Android devices. +The Opus Extension is a [TrackRenderer][] implementation that helps you bundle libopus (the Opus decoding library) into your app and use it along with ExoPlayer to play Opus audio on Android devices. -[Track Renderer]: http://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/TrackRenderer.html +[TrackRenderer]: https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/TrackRenderer.html ## Build Instructions (Android Studio and Eclipse) ## diff --git a/extensions/vp9/README.md b/extensions/vp9/README.md index 121a3cf5d1..888792f880 100644 --- a/extensions/vp9/README.md +++ b/extensions/vp9/README.md @@ -2,9 +2,9 @@ ## Description ## -The VP9 Extension is a [Track Renderer][] implementation that helps you bundle libvpx (the VP9 decoding library) into your app and use it along with ExoPlayer to play VP9 video on Android devices. +The VP9 Extension is a [TrackRenderer][] implementation that helps you bundle libvpx (the VP9 decoding library) into your app and use it along with ExoPlayer to play VP9 video on Android devices. -[Track Renderer]: http://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/TrackRenderer.html +[TrackRenderer]: https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/TrackRenderer.html ## Build Instructions (Android Studio and Eclipse) ##