From 7f47d027d912806ced3281189f3f1c83fdfd4c15 Mon Sep 17 00:00:00 2001 From: patak-dev Date: Fri, 7 Feb 2025 08:52:57 +0100 Subject: [PATCH] docs: fix dead link to houdini.how --- docs/guide/assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/assets.md b/docs/guide/assets.md index 93f2a097a6c60a..1edcefaab9dacd 100644 --- a/docs/guide/assets.md +++ b/docs/guide/assets.md @@ -46,7 +46,7 @@ document.getElementById('hero-img').style.background = `url("${imgUrl}")` ### Explicit URL Imports -Assets that are not included in the internal list or in `assetsInclude`, can be explicitly imported as a URL using the `?url` suffix. This is useful, for example, to import [Houdini Paint Worklets](https://houdini.how/usage). +Assets that are not included in the internal list or in `assetsInclude`, can be explicitly imported as a URL using the `?url` suffix. This is useful, for example, to import [Houdini Paint Worklets](https://developer.mozilla.org/en-US/docs/Web/API/CSS/paintWorklet_static). ```js twoslash import 'vite/client'