From a16d51d3054d1e60b5ebfd26380ecd394d83cc2f Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Fri, 15 Nov 2024 20:31:49 +0100 Subject: [PATCH] [Svelte][Docs] Fix a broken link --- src/Svelte/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Svelte/doc/index.rst b/src/Svelte/doc/index.rst index 4b25915626e..5daebc9a8bf 100644 --- a/src/Svelte/doc/index.rst +++ b/src/Svelte/doc/index.rst @@ -121,7 +121,7 @@ AssetMapper requires some extra steps. #. Compile your ``.svelte`` files to pure JavaScript files. This can be done by using the ``svelte/compiler`` library, but is a bit of a non-standard process. - For an example, see https://github.com/symfony/ux/blob/2.x/ux.symfony.com/bin/compile_svelte.js. + For an example, see https://github.com/symfony/ux/blob/2.x/ux.symfony.com/assets/svelte/build/build.js. #. Point this library at the "built" controllers directory that contains the final JavaScript files: