mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
fix(cli): update import map url (#21824)
Fixes https://github.com/denoland/deno/issues/21822 This updates the import-maps help URL to the one mentioned in the issue
This commit is contained in:
parent
dac9b6ab43
commit
7fbdc15f22
1 changed files with 1 additions and 3 deletions
|
@ -2810,9 +2810,7 @@ fn inspect_args(app: Command) -> Command {
|
||||||
|
|
||||||
static IMPORT_MAP_HELP: &str = concat!(
|
static IMPORT_MAP_HELP: &str = concat!(
|
||||||
"Load import map file from local file or remote URL.
|
"Load import map file from local file or remote URL.
|
||||||
Docs: https://deno.land/manual@v",
|
Docs: https://docs.deno.com/runtime/manual/basics/import_maps
|
||||||
env!("CARGO_PKG_VERSION"),
|
|
||||||
"/linking_to_external_code/import_maps
|
|
||||||
Specification: https://wicg.github.io/import-maps/
|
Specification: https://wicg.github.io/import-maps/
|
||||||
Examples: https://github.com/WICG/import-maps#the-import-map",
|
Examples: https://github.com/WICG/import-maps#the-import-map",
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue