Commit cf389268 by aquilescanta Committed by Oliver Woodman

Add links to the developer guide in some READMEs

PiperOrigin-RevId: 248221982
parent 9d450e52
...@@ -6,7 +6,9 @@ play DASH content, instantiate a `DashMediaSource` and pass it to ...@@ -6,7 +6,9 @@ play DASH content, instantiate a `DashMediaSource` and pass it to
## Links ## ## Links ##
* [Developer Guide][].
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.dash.*` * [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.dash.*`
belong to this module. belong to this module.
[Developer Guide]: https://exoplayer.dev/dash.html
[Javadoc]: https://exoplayer.dev/doc/reference/index.html [Javadoc]: https://exoplayer.dev/doc/reference/index.html
...@@ -5,7 +5,9 @@ instantiate a `HlsMediaSource` and pass it to `ExoPlayer.prepare`. ...@@ -5,7 +5,9 @@ instantiate a `HlsMediaSource` and pass it to `ExoPlayer.prepare`.
## Links ## ## Links ##
* [Developer Guide][].
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.hls.*` * [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.hls.*`
belong to this module. belong to this module.
[Developer Guide]: https://exoplayer.dev/hls.html
[Javadoc]: https://exoplayer.dev/doc/reference/index.html [Javadoc]: https://exoplayer.dev/doc/reference/index.html
...@@ -5,8 +5,10 @@ instantiate a `SsMediaSource` and pass it to `ExoPlayer.prepare`. ...@@ -5,8 +5,10 @@ instantiate a `SsMediaSource` and pass it to `ExoPlayer.prepare`.
## Links ## ## Links ##
* [Developer Guide][].
* [Javadoc][]: Classes matching * [Javadoc][]: Classes matching
`com.google.android.exoplayer2.source.smoothstreaming.*` belong to this `com.google.android.exoplayer2.source.smoothstreaming.*` belong to this
module. module.
[Developer Guide]: https://exoplayer.dev/smoothstreaming.html
[Javadoc]: https://exoplayer.dev/doc/reference/index.html [Javadoc]: https://exoplayer.dev/doc/reference/index.html
...@@ -4,7 +4,9 @@ Provides UI components and resources for use with ExoPlayer. ...@@ -4,7 +4,9 @@ Provides UI components and resources for use with ExoPlayer.
## Links ## ## Links ##
* [Developer Guide][].
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ui.*` * [Javadoc][]: Classes matching `com.google.android.exoplayer2.ui.*`
belong to this module. belong to this module.
[Developer Guide]: https://exoplayer.dev/ui-components.html
[Javadoc]: https://exoplayer.dev/doc/reference/index.html [Javadoc]: https://exoplayer.dev/doc/reference/index.html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment