Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 43afc5a

Browse files
corneliusludmannsvenefftinge
authored andcommitted
Fix image location in dart.md
1 parent b0a717e commit 43afc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/languages/dart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ RUN brew tap dart-lang/dart && brew install dart
2424

2525
This Extension adds cool syntax highlighting
2626

27-
![Syntax highlighting example](images/AfterSyntaxHighlighting.png)
27+
![Syntax highlighting example](../images/AfterSyntaxHighlighting.png)
2828

2929

3030
It adds [Intellisense](https://code.visualstudio.com/docs/editor/intellisense) support for autocompletion
3131

32-
![Dart intellisense example](images/DartIntellisenseExample.png)
32+
![Dart intellisense example](../images/DartIntellisenseExample.png)
3333

3434
## Try it
3535

0 commit comments

Comments
 (0)