Skip to content

Commit 4ce1f2e

Browse files
committed
Fix url to the Flutter System Overview diagram.
1 parent b805f9f commit 4ce1f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/about/The-Engine-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ library called `dart:ui` to provide low-level access to Skia features and the
7070
shell. The shells can also communicate directly to Dart code via [Platform
7171
Channels](https://flutter.io/platform-channels/) which bypass the engine.
7272

73-
![Flutter Architecture Diagram](https://github.com/flutter/flutter/tree/main/docs/engine/flutter_overview.svg?sanitize=true)
73+
![Flutter Architecture Diagram](https://raw.githubusercontent.com/flutter/flutter/main/docs/engine/flutter_overview.svg?sanitize=true)
7474

7575
## Threading
7676

0 commit comments

Comments
 (0)