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:
Jovi De Croock 2024-01-06 11:55:28 +01:00 committed by GitHub
parent dac9b6ab43
commit 7fbdc15f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2810,9 +2810,7 @@ fn inspect_args(app: Command) -> Command {
static IMPORT_MAP_HELP: &str = concat!(
"Load import map file from local file or remote URL.
Docs: https://deno.land/manual@v",
env!("CARGO_PKG_VERSION"),
"/linking_to_external_code/import_maps
Docs: https://docs.deno.com/runtime/manual/basics/import_maps
Specification: https://wicg.github.io/import-maps/
Examples: https://github.com/WICG/import-maps#the-import-map",
);