From 028917546c90c0045019086248b1f459ea6686ce Mon Sep 17 00:00:00 2001 From: Yutaro Nishiyama Date: Fri, 31 May 2024 18:15:06 -0500 Subject: [PATCH] Fix an internal README link (#123) --- in_app_review/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in_app_review/README.md b/in_app_review/README.md index 4485964..7aef1be 100644 --- a/in_app_review/README.md +++ b/in_app_review/README.md @@ -36,7 +36,7 @@ if (await inAppReview.isAvailable()) { - Triggering this via a button in your app as it will only work when the quota enforced by the underlying API has not been exceeded. ([Android](https://developer.android.com/guide/playcore/in-app-review#quotas)) - Interrupting the user if they are mid way through a task. -**Testing `requestReview()` on Android isn't as simple as running your app via the emulator or a physical device. See [Testing](#testing) for more info.** +**Testing `requestReview()` on Android isn't as simple as running your app via the emulator or a physical device. See [Testing](#testing-read-carefully) for more info.** ---