From 002923f96a835caacf6064fdf00fcfd0627aa352 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Tue, 18 Apr 2023 22:35:55 -0700 Subject: [PATCH] Fix busted markdown (#319) --- TRUSTED_TESTERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TRUSTED_TESTERS.md b/TRUSTED_TESTERS.md index 4660b08d..6fec5853 100644 --- a/TRUSTED_TESTERS.md +++ b/TRUSTED_TESTERS.md @@ -157,7 +157,7 @@ is set up correctly. `shorebird` uses a fork of Flutter that includes the Shorebird updater. This fork is currently based on Flutter 3.7.10. We replace a few of the Flutter engine files with our own. To do that, we use -FLUTTER_STORAGE_BASE_URL to point to download.shorebird.dev instead of +`FLUTTER_STORAGE_BASE_URL` to point to download.shorebird.dev instead of download.flutter.dev. We pass through unmodified output from the `flutter` tool so you will see a warning from Flutter: @@ -166,7 +166,7 @@ Flutter assets will be downloaded from http://download.shorebird.dev. Make sure ``` For more information about why we had to fork Flutter see: -(FORKING_FLUTTER.md)[FORKING_FLUTTER.md]. +[FORKING_FLUTTER.md](FORKING_FLUTTER.md). ## Running your Shorebird-built app