Skip to content

Commit

Permalink
Add javadoc links to README files
Browse files Browse the repository at this point in the history
Fix some other link titles and destinations spotted along the way.

#minor-release

PiperOrigin-RevId: 493276172
  • Loading branch information
icbaker committed Dec 12, 2022
1 parent f6e346e commit c006575
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
4 changes: 3 additions & 1 deletion extensions/av1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ GL rendering mode has better performance, so should be preferred

## Links

* [Javadoc][]
* [Troubleshooting using decoding extensions][]
* [Javadoc][]

[Troubleshooting using decoding extensions]: https://exoplayer.dev/troubleshooting.html#how-can-i-get-a-decoding-extension-to-load-and-be-used-for-playback
[Javadoc]: https://exoplayer.dev/doc/reference/index.html
6 changes: 3 additions & 3 deletions extensions/ffmpeg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ To try out playback using the module in the [demo application][], see

## Links

* [Troubleshooting using extensions][]
* [Javadoc][]
* [Troubleshooting using decoding extensions][]
* [Javadoc][]

[Troubleshooting using extensions]: https://exoplayer.dev/troubleshooting.html#how-can-i-get-a-decoding-extension-to-load-and-be-used-for-playback
[Troubleshooting using decoding extensions]: https://exoplayer.dev/troubleshooting.html#how-can-i-get-a-decoding-extension-to-load-and-be-used-for-playback
[Javadoc]: https://exoplayer.dev/doc/reference/index.html
4 changes: 3 additions & 1 deletion extensions/flac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ To try out playback using the module in the [demo application][], see

## Links

* [Javadoc][]
* [Troubleshooting using decoding extensions][]
* [Javadoc][]

[Troubleshooting using decoding extensions]: https://exoplayer.dev/troubleshooting.html#how-can-i-get-a-decoding-extension-to-load-and-be-used-for-playback
[Javadoc]: https://exoplayer.dev/doc/reference/index.html
4 changes: 3 additions & 1 deletion extensions/opus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ To try out playback using the module in the [demo application][], see

## Links

* [Javadoc][]
* [Troubleshooting using decoding extensions][]
* [Javadoc][]

[Troubleshooting using decoding extensions]: https://exoplayer.dev/troubleshooting.html#how-can-i-get-a-decoding-extension-to-load-and-be-used-for-playback
[Javadoc]: https://exoplayer.dev/doc/reference/index.html
6 changes: 6 additions & 0 deletions library/effect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ Alternatively, you can clone this GitHub project and depend on the module
locally. Instructions for doing this can be found in the [top level README][].

[top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md

## Links

* [Javadoc][]

[Javadoc]: https://exoplayer.dev/doc/reference/index.html
2 changes: 1 addition & 1 deletion library/rtsp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ instances and pass them directly to the player.
* [Developer Guide][]
* [Javadoc][]

[Developer Guide]: https://exoplayer.dev/dash.html
[Developer Guide]: https://exoplayer.dev/rtsp.html
[Javadoc]: https://exoplayer.dev/doc/reference/index.html
7 changes: 2 additions & 5 deletions library/transformer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ locally. Instructions for doing this can be found in the [top level README][].

[top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md

## Using the module

Use of the Transformer module is documented in the
[developer guide](https://exoplayer.dev/transforming-media.html).

## Links

* [Developer Guide][]
* [Javadoc][]

[Developer Guide]: https://exoplayer.dev/transforming-media.html
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

0 comments on commit c006575

Please sign in to comment.