From 8e6033b3fa1acfa53a703a58649d03adecb960b5 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 21 Nov 2023 15:42:11 +0100 Subject: [PATCH] Renaming W3C to HTML5... ...since the links doesn't lead to W3C ;-) --- frontend/asset_mapper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 1f10c8e3931..afeadbdad11 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -23,7 +23,7 @@ The AssetMapper component has two main features: * :ref:`Importmaps `: A native browser feature that makes it easier to use the JavaScript ``import`` statement (e.g. ``import { Modal } from 'bootstrap'``) without a build system. It's supported in all browsers (thanks to a shim) - and is a `W3C standard `_. + and is part of the `HTML5 standard `_. Installation ------------