Skip to content

Commit

Permalink
minor symfony#2372 [React] Fix broken Link in docs (xDeSwa)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 2.x branch.

Discussion
----------

[React] Fix broken Link in docs

Fix broken Link

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

Commits
-------

ef14465 [React] Fix broken Link in docs
  • Loading branch information
Kocal committed Nov 17, 2024
2 parents 21fd43c + ef14465 commit eb8dd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/React/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ requires some extra steps.

#. Compile your ``.jsx`` files to pure JavaScript files. This can be done by
installing Babel and the ``@babel/preset-react`` preset. Example:
https://github.com/symfony/ux/blob/2.x/ux.symfony.com/package.json
https://github.com/symfony/ux/blob/2.x/ux.symfony.com/assets/react/build/package.json

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

0 comments on commit eb8dd83

Please sign in to comment.