Skip to content

Commit 8ccd710

Browse files
committed
Update README for test
1 parent ad9104d commit 8ccd710

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

webdev/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Usage: webdev serve [arguments] [<directory>[:<port>]]...
4949
+ D / Option + D). This also enables
5050
--launch-in-chrome.
5151
--[no-]debug-extension Enable the backend for the Dart Debug
52-
Extension.
52+
Extension. Learn more at
53+
dart.dev/to/web-debug-extension.
5354
--[no-]injected-client Whether or not to inject the
5455
client.js script in web apps. This is
5556
required for all debugging related

webdev/lib/src/command/serve_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ refresh: Performs a full page refresh.
3636
'This also enables --$launchInChromeFlag.')
3737
..addFlag(debugExtensionFlag,
3838
help: 'Enable the backend for the Dart Debug Extension. '
39-
'Learn more at https://dart.dev/to/web-debug-extension.')
39+
'Learn more at dart.dev/to/web-debug-extension.')
4040
..addFlag(enableInjectedClientFlag,
4141
help: 'Whether or not to inject the client.js script in web apps. This '
4242
'is required for all debugging related features, but may interact '

0 commit comments

Comments
 (0)