Skip to content

Commit

Permalink
minor #2383 [Svelte][Docs] Fix a broken link (MrYamous)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

[Svelte][Docs] Fix a broken link

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| Issues        | Fix #2381
| License       | MIT

Fix a broken link
The file has been moved/renamed in #2268 and #2284

Commits
-------

a16d51d [Svelte][Docs] Fix a broken link
  • Loading branch information
Kocal committed Nov 17, 2024
2 parents 89c7fa9 + a16d51d commit 21fd43c
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 21fd43c

Please sign in to comment.