[Docs] Broken link in ExternalLinksTest for importmap (#38969)

Closes #38930

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
Martin Bartoš
2025-04-15 11:02:57 +02:00
committed by GitHub
parent b578a8cc7f
commit e7c7dce5c7
@@ -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]
----