Update public macrobench doc link
PiperOrigin-RevId: 374728142
Change-Id: I3b2461838cdfffeea2ceaa80a45be985b1af0642
diff --git a/docs/macrobenchmarking.md b/docs/macrobenchmarking.md
index 3184780..a68fa46 100644
--- a/docs/macrobenchmarking.md
+++ b/docs/macrobenchmarking.md
@@ -32,7 +32,7 @@
</table>
The
-[public documentation](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/benchmark/docs/macrobenchmark.md)
+[public documentation](https://developer.android.com/studio/profile/macrobenchmark)
for macrobenchmark explains how to use the library. This page focuses on
specifics to writing library macrobenchmarks in the AndroidX repo. If you're
looking for measuring CPU perf of individual functions, see the guide for