Skip to content

Commit

Permalink
[Svelte][Docs] Fix a broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYamous authored Nov 15, 2024
1 parent 89c7fa9 commit a16d51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Svelte/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a16d51d

Please sign in to comment.