Skip to content

Commit 51386f4

Browse files
authored
docs(vscode): update README links and style (#857)
1 parent dfd3829 commit 51386f4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

extensions/vscode/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Dart Frog Logo][logo_white]][dart_frog_link_dark]
21
[![Dart Frog Logo][logo_black]][dart_frog_link_light]
32

43
This is the [Dart Frog](https://dartfrog.vgv.dev/) [VS Code](https://code.visualstudio.com/) extension, which provides tools for effectively managing Dart Frog projects.
@@ -7,7 +6,7 @@ Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄
76

87
## Installation
98

10-
Dart Frog can be installed from the [VS Code Marketplace](https://marketplace.visualstudio.com/vscode) or by [searching within VS Code](https://code.visualstudio.com/docs/editor/extension-gallery#_search-for-an-extension).
9+
Dart Frog can be installed from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=VeryGoodVentures.dart-frog) or by [searching within VS Code](https://code.visualstudio.com/docs/editor/extension-gallery#_search-for-an-extension).
1110

1211
## Commands
1312

@@ -21,12 +20,10 @@ Dart Frog can be installed from the [VS Code Marketplace](https://marketplace.vi
2120

2221
## Demonstration
2322

24-
![demonstration](https://github.com/VeryGoodOpenSource/dart_frog/blob/main/extensions/vscode/assets/new-route-middleware-usage.gif)
23+
![demonstration](https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/extensions/vscode/assets/new-route-middleware-usage.gif)
2524

2625
[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/main.yaml
27-
[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only
28-
[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only
26+
[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog
2927
[license_link]: https://opensource.org/licenses/MIT
30-
[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only
31-
[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only
28+
[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png
3229
[very_good_ventures_link]: https://verygood.ventures

0 commit comments

Comments
 (0)