Merge pull request #1548 from kikoso:chore/fixed_links

PiperOrigin-RevId: 657138513
(cherry picked from commit f1ed195c10a124c52309bc49cc479bf35982e74b)
This commit is contained in:
Copybara-Service 2024-07-29 03:36:26 -07:00 committed by Tianyi Feng
parent 692ab33640
commit 3dfe43b498

View File

@ -12,8 +12,8 @@ Building the demo app with [MediaPipe][] integration enabled requires some extra
manual steps. manual steps.
1. Follow the 1. Follow the
[instructions](https://google.github.io/mediapipe/getting_started/install.html) [instructions](https://ai.google.dev/edge/mediapipe/solutions/guide#get_started)
to install MediaPipe. to get started with MediaPipe.
1. Copy the Transformer demo's build configuration and MediaPipe graph text 1. Copy the Transformer demo's build configuration and MediaPipe graph text
protocol buffer under the MediaPipe source tree. This makes it easy to protocol buffer under the MediaPipe source tree. This makes it easy to
[build an AAR][] with bazel by reusing MediaPipe's workspace. [build an AAR][] with bazel by reusing MediaPipe's workspace.
@ -62,5 +62,5 @@ manual steps.
app and select a MediaPipe-based effect. app and select a MediaPipe-based effect.
[Transformer]: https://developer.android.com/media/media3/transformer [Transformer]: https://developer.android.com/media/media3/transformer
[MediaPipe]: https://google.github.io/mediapipe/ [MediaPipe]: https://ai.google.dev/edge/mediapipe/solutions/guide
[build an AAR]: https://google.github.io/mediapipe/getting_started/android_archive_library.html [build an AAR]: https://ai.google.dev/edge/mediapipe/framework/getting_started/android_archive_library