Skip to content

Commit 21fd43c

Browse files
committed
minor #2383 [Svelte][Docs] Fix a broken link (MrYamous)
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
2 parents 89c7fa9 + a16d51d commit 21fd43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Svelte/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ AssetMapper requires some extra steps.
121121

122122
#. Compile your ``.svelte`` files to pure JavaScript files. This can be done by
123123
using the ``svelte/compiler`` library, but is a bit of a non-standard process.
124-
For an example, see https://github.com/symfony/ux/blob/2.x/ux.symfony.com/bin/compile_svelte.js.
124+
For an example, see https://github.com/symfony/ux/blob/2.x/ux.symfony.com/assets/svelte/build/build.js.
125125

126126
#. Point this library at the "built" controllers directory that contains the final
127127
JavaScript files:

0 commit comments

Comments
 (0)