From 7fbdc15f22138bccfc241a0b5ab512b2a7e97bcd Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Sat, 6 Jan 2024 11:55:28 +0100 Subject: 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 --- cli/args/flags.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cli/args/flags.rs') diff --git a/cli/args/flags.rs b/cli/args/flags.rs index b4c689651..8b796edc2 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -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", ); -- cgit v1.2.3