From ef14465e00e17556ede5a7da476c9ac581869fe1 Mon Sep 17 00:00:00 2001 From: Sait KURT <33868586+xDeSwa@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:01:03 +0300 Subject: [PATCH] [React] Fix broken Link in docs --- src/React/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/React/doc/index.rst b/src/React/doc/index.rst index 96e16e0aa1e..353f05e19d8 100644 --- a/src/React/doc/index.rst +++ b/src/React/doc/index.rst @@ -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: