Skip to content

Commit 0ad1cdb

Browse files
andrewlewisojw28
authored andcommitted
Tidy READMEs
PiperOrigin-RevId: 405598530
1 parent 0da494c commit 0ad1cdb

File tree

25 files changed

+32
-55
lines changed

25 files changed

+32
-55
lines changed

‎extensions/av1/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ GL rendering mode has better performance, so should be preferred
135135

136136
## Links
137137

138-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.av1.*`
139-
belong to this module.
138+
* [Javadoc][]
140139

141140
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/cast/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This module provides a [Player][] implementation that controls a Cast receiver
44
app.
55

6-
[Player]: https://exoplayer.dev/doc/reference/index.html?com/google/android/exoplayer2/Player.html
6+
[Player]: https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/Player.html
77

88
## Getting the module
99

@@ -30,7 +30,6 @@ UI module.
3030

3131
## Links
3232

33-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.cast.*` belong to this
34-
module.
33+
* [Javadoc][]
3534

3635
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/cronet/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ application.
121121

122122
## Links
123123

124-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.cronet.*`
125-
belong to this module.
124+
* [Javadoc][]
126125

127126
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/ffmpeg/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ To try out playback using the module in the [demo application][], see
128128
## Links
129129

130130
* [Troubleshooting using extensions][]
131-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.ffmpeg.*`
132-
belong to this module.
131+
* [Javadoc][]
133132

134133
[Troubleshooting using extensions]: https://exoplayer.dev/troubleshooting.html#how-can-i-get-a-decoding-extension-to-load-and-be-used-for-playback
135134
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/flac/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ To try out playback using the module in the [demo application][], see
106106

107107
## Links
108108

109-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.flac.*`
110-
belong to this module.
109+
* [Javadoc][]
111110

112111
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/ima/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The ExoPlayer IMA module provides an [AdsLoader][] implementation wrapping the
55
content played using ExoPlayer.
66

77
[IMA]: https://developers.google.com/interactive-media-ads/docs/sdks/android/
8-
[AdsLoader]: https://exoplayer.dev/doc/reference/index.html?com/google/android/exoplayer2/source/ads/AdsLoader.html
8+
[AdsLoader]: https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/source/ads/AdsLoader.html
99

1010
## Getting the module
1111

@@ -53,8 +53,7 @@ player position when backgrounded during ad playback.
5353
## Links
5454

5555
* [ExoPlayer documentation on ad insertion][]
56-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.ima.*`
57-
belong to this module.
56+
* [Javadoc][]
5857

5958
[ExoPlayer documentation on ad insertion]: https://exoplayer.dev/ad-insertion.html
6059
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/leanback/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ locally. Instructions for doing this can be found in the [top level README][].
2525

2626
## Links
2727

28-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.leanback.*`
29-
belong to this module.
28+
* [Javadoc][]
3029

3130
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/okhttp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ new DefaultDataSourceFactory(
5151

5252
## Links
5353

54-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.okhttp.*`
55-
belong to this module.
54+
* [Javadoc][]
5655

5756
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/opus/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ To try out playback using the module in the [demo application][], see
110110

111111
## Links
112112

113-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.opus.*`
114-
belong to this module.
113+
* [Javadoc][]
115114

116115
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

‎extensions/rtmp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ doesn't need to handle any other protocols, you can update any
4848

4949
## Links
5050

51-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.rtmp.*`
52-
belong to this module.
51+
* [Javadoc][]
5352

5453
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

0 commit comments

Comments
 (0)