From c6e300a3decbb4e6931ad7673c3fa8bfdbaaf5c0 Mon Sep 17 00:00:00 2001 From: Emmanuel Garcia Date: Thu, 12 Mar 2020 13:59:31 -0700 Subject: [PATCH] Fix link in readme (flutter/engine#17119) --- engine/src/flutter/shell/platform/android/test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/flutter/shell/platform/android/test/README.md b/engine/src/flutter/shell/platform/android/test/README.md index 65182026d82..b5e8b7a894e 100644 --- a/engine/src/flutter/shell/platform/android/test/README.md +++ b/engine/src/flutter/shell/platform/android/test/README.md @@ -32,8 +32,8 @@ the tests, but it would add an extra point of failure. ### My new test won't run. There's a "ClassNotFoundException". -See [shell/platform/android/embedding_bundle](Updating Embedding Dependencies). +See [Updating Embedding Dependencies](../embedding_bundle). ### My new test won't compile. It can't find one of my imports. -See [shell/platform/android/embedding_bundle](Updating Embedding Dependencies). +See [Updating Embedding Dependencies](../embedding_bundle).