Skip to content

Commit 4967a94

Browse files
authored
Fix Flutter README.md image sources (#146430)
fixes [Some images show "404 - page not found" in Flutter `README.md` ](flutter/flutter#146419) These images had their sources updated in flutter/website#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)
1 parent 6a5be75 commit 4967a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ graphics, video, text, and controls without limitation. Flutter includes a full
6262
you're building for iOS ([Cupertino]) or other platforms ([Material]), along with
6363
support for customizing or creating entirely new visual components.
6464

65-
<p align="center"><img src="https://github.com/flutter/website/blob/main/src/assets/images/docs/homepage/reflectly-hero-600px.png?raw=true" alt="Reflectly hero image"></p>
65+
<p align="center"><img src="https://github.com/flutter/website/blob/main/src/content/assets/images/docs/homepage/reflectly-hero-600px.png?raw=true" alt="Reflectly hero image"></p>
6666

6767
### Fast results
6868

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

79-
<p align="center"><img src="https://github.com/flutter/website/blob/main/src/assets/images/docs/homepage/dart-diagram-small.png?raw=true" alt="Dart diagram"></p>
79+
<p align="center"><img src="https://github.com/flutter/website/blob/main/src/content/assets/images/docs/homepage/dart-diagram-small.png?raw=true" alt="Dart diagram"></p>
8080

8181
### Productive development
8282

0 commit comments

Comments
 (0)