[Docs] Broken link in ExternalLinksTest for importmap

Closes #38930

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
Martin Bartoš
2025-04-14 14:37:12 +02:00
committed by Marek Posolda
parent a07561b64e
commit e2d646ab2c

View File

@@ -366,7 +366,7 @@ If you are using a bundler like Vite or Webpack nothing changes, you'll have the
</script>
----
You can also opt to use an link:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap[import map] make the import of the library less verbose:
You can also opt to use an link:https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script/type/importmap[import map] make the import of the library less verbose:
[source,html]
----