mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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  ### After 
This commit is contained in:
parent
6a5be75eb3
commit
4967a94cd9
@ -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.
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
### 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.
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
### Productive development
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user