From 4967a94cd907f74b5090e960a3753a2aff4b7d47 Mon Sep 17 00:00:00 2001 From: Taha Tesser Date: Tue, 9 Apr 2024 11:30:04 +0300 Subject: [PATCH] Fix Flutter `README.md` image sources (#146430) fixes [Some images show "404 - page not found" in Flutter `README.md` ](https://github.com/flutter/flutter/issues/146419) These images had their sources updated in https://github.com/flutter/website/pull/10336 ### Before ![Screenshot 2024-04-08 at 18 19 30](https://github.com/flutter/flutter/assets/48603081/56549762-b7c8-41a1-89db-cd45cd98b35a) ### After ![Screenshot 2024-04-08 at 18 19 23](https://github.com/flutter/flutter/assets/48603081/35d5772f-1144-4166-99cb-fded79550762) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d07191cec1..ddce07b00b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ graphics, video, text, and controls without limitation. Flutter includes a full you're building for iOS ([Cupertino]) or other platforms ([Material]), along with support for customizing or creating entirely new visual components. -

Reflectly hero image

+

Reflectly hero image

### Fast results @@ -76,7 +76,7 @@ compilation to 32-bit and 64-bit ARM machine code for iOS and Android, JavaScript and WebAssembly for the web, as well as Intel x64 and ARM for desktop devices. -

Dart diagram

+

Dart diagram

### Productive development