Skip to content

Commit 28c027b

Browse files
committed
1 parent 92ad2de commit 28c027b

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

src/Chartjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony UX Chart.js
22

33
Symfony UX Chart.js is a Symfony bundle integrating the [Chart.js](https://www.chartjs.org/)
4-
library in Symfony applications. It is part of [the Symfony UX initiative](https://symfony.com/ux).
4+
library in Symfony applications. It is part of [the Symfony UX initiative](https://ux.symfony.com/).
55

66
**This repository is a READ-ONLY sub-tree split**. See
77
https://github.com/symfony/ux to create issues or submit pull requests.

src/Chartjs/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ This bundle aims at following the same Backward Compatibility promise as
257257
the Symfony framework: https://symfony.com/doc/current/contributing/code/bc.html.
258258

259259
.. _`Chart.js`: https://www.chartjs.org
260-
.. _`the Symfony UX initiative`: https://symfony.com/ux
260+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
261261
.. _`Chart.js documentation`: https://www.chartjs.org/docs/latest/
262262
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
263263
.. _`a lot of plugins`: https://github.com/chartjs/awesome#plugins

src/Cropperjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony UX Cropper.js
22

33
Symfony UX Cropper.js is a Symfony bundle integrating the [Cropper.js](https://fengyuanchen.github.io/cropperjs/)
4-
library in Symfony applications. It is part of [the Symfony UX initiative](https://symfony.com/ux).
4+
library in Symfony applications. It is part of [the Symfony UX initiative](https://ux.symfony.com/).
55

66
**This repository is a READ-ONLY sub-tree split**. See
77
https://github.com/symfony/ux to create issues or submit pull requests.

src/Cropperjs/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ the Symfony framework:
150150
https://symfony.com/doc/current/contributing/code/bc.html
151151

152152
.. _`Cropper.js`: https://fengyuanchen.github.io/cropperjs/
153-
.. _`the Symfony UX initiative`: https://symfony.com/ux
153+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
154154
.. _`the Cropper.js options`: https://github.com/fengyuanchen/cropperjs/blob/main/README.md#options
155155
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html

src/Dropzone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony UX Dropzone
22

33
Symfony UX Dropzone is a Symfony bundle providing light dropzones for file inputs
4-
in Symfony Forms. It is part of [the Symfony UX initiative](https://symfony.com/ux).
4+
in Symfony Forms. It is part of [the Symfony UX initiative](https://ux.symfony.com/).
55

66
It allows visitors to drag and drop files into a container instead of having
77
to browse their computer for a file.

src/Dropzone/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,5 @@ This bundle aims at following the same Backward Compatibility promise as
157157
the Symfony framework:
158158
https://symfony.com/doc/current/contributing/code/bc.html
159159

160-
.. _`the Symfony UX initiative`: https://symfony.com/ux
160+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
161161
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html

src/LazyImage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony UX LazyImage
22

33
Symfony UX LazyImage is a Symfony bundle providing utilities to improve
4-
image loading performance. It is part of [the Symfony UX initiative](https://symfony.com/ux).
4+
image loading performance. It is part of [the Symfony UX initiative](https://ux.symfony.com/).
55

66
It provides two key features:
77

src/LazyImage/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ This bundle aims at following the same Backward Compatibility promise as
249249
the Symfony framework:
250250
https://symfony.com/doc/current/contributing/code/bc.html
251251

252-
.. _`the Symfony UX initiative`: https://symfony.com/ux
252+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
253253
.. _`BlurHash implementation`: https://blurha.sh
254254
.. _`StimulusBundle`: https://symfony.com/bundles/StimulusBundle/current/index.html
255255
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html

src/Notify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Symfony UX Notify is a Symfony bundle integrating server-sent
44
[native notifications](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API)
55
in Symfony applications using [Mercure](https://mercure.rocks/).
6-
It is part of [the Symfony UX initiative](https://symfony.com/ux).
6+
It is part of [the Symfony UX initiative](https://ux.symfony.com/).
77

88
![Example of a native notification](https://github.com/symfony/ux/blob/2.x/doc/native-notification-example.png?raw=true)
99

src/Notify/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This bundle aims at following the same Backward Compatibility promise as
153153
the Symfony framework:
154154
https://symfony.com/doc/current/contributing/code/bc.html
155155

156-
.. _`the Symfony UX initiative`: https://symfony.com/ux
156+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
157157
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
158158
.. _`Mercure`: https://mercure.rocks
159159
.. _`running Mercure server`: https://symfony.com/doc/current/mercure.html#running-a-mercure-hub

src/React/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ the Symfony framework:
127127
https://symfony.com/doc/current/contributing/code/bc.html
128128

129129
.. _`React`: https://reactjs.org/
130-
.. _`the Symfony UX initiative`: https://symfony.com/ux
130+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
131131
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html

src/Svelte/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ the Symfony framework:
159159
https://symfony.com/doc/current/contributing/code/bc.html
160160

161161
.. _`Svelte`: https://svelte.dev/
162-
.. _`the Symfony UX initiative`: https://symfony.com/ux
162+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
163163
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
164164
.. _the Svelte 4 migration guide: https://svelte.dev/docs/v4-migration-guide#browser-conditions-for-bundlers

src/Swup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony UX Swup
22

33
Symfony UX Swup is a Symfony bundle integrating [Swup](https://swup.js.org/) in
4-
Symfony applications. It is part of [the Symfony UX initiative](https://symfony.com/ux).
4+
Symfony applications. It is part of [the Symfony UX initiative](https://ux.symfony.com/).
55

66
Swup is a complete and easy to use page transition library for Web applications. It creates
77
a Single Page Application feel to Web applications without having to change anything on the server

src/Swup/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ the Symfony framework:
202202
https://symfony.com/doc/current/contributing/code/bc.html
203203

204204
.. _`Swup`: https://swup.js.org/
205-
.. _`the Symfony UX initiative`: https://symfony.com/ux
205+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
206206
.. _`StimulusBundle`: https://symfony.com/bundles/StimulusBundle/current/index.html
207207
.. _`Swup Options`: https://swup.js.org/options
208208
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html

src/TogglePassword/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony UX TogglePassword
22

33
Symfony UX TogglePassword is a Symfony bundle providing visibility toggle for password inputs
4-
in Symfony Forms. It is part of [the Symfony UX initiative](https://symfony.com/ux).
4+
in Symfony Forms. It is part of [the Symfony UX initiative](https://ux.symfony.com/).
55

66
It allows visitors to switch the type of password field to text and vice versa.
77

src/TogglePassword/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@ This bundle aims at following the same Backward Compatibility promise as
295295
the Symfony framework:
296296
https://symfony.com/doc/current/contributing/code/bc.html
297297

298-
.. _`the Symfony UX initiative`: https://symfony.com/ux
298+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
299299
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
300300
.. _Heroicons: https://heroicons.com/

src/Translator/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ the Symfony framework:
175175
https://symfony.com/doc/current/contributing/code/bc.html
176176

177177
.. _`Symfony Translator`: https://symfony.com/doc/current/translation.html
178-
.. _`the Symfony UX initiative`: https://symfony.com/ux
178+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
179179
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
180180
.. _`ICU Message Format`: https://symfony.com/doc/current/reference/formats/message_format.html

src/Turbo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony UX Turbo
22

33
Symfony UX Turbo is a Symfony bundle integrating the [Hotwire Turbo](https://turbo.hotwired.dev)
4-
library in Symfony applications. It is part of [the Symfony UX initiative](https://symfony.com/ux).
4+
library in Symfony applications. It is part of [the Symfony UX initiative](https://ux.symfony.com/).
55

66
Symfony UX Turbo allows having the same user experience as with [Single Page Apps](https://en.wikipedia.org/wiki/Single-page_application)
77
but without having to write a single line of JavaScript!

src/Turbo/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ Symfony UX Turbo has been created by `Kévin Dunglas`_. It has been inspired by
880880
`hotwired/turbo-rails`_ and `sroze/live-twig`_.
881881

882882
.. _`Hotwire Turbo`: https://turbo.hotwired.dev
883-
.. _`the Symfony UX initiative`: https://symfony.com/ux
883+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
884884
.. _`Single Page Applications`: https://en.wikipedia.org/wiki/Single-page_application
885885
.. _`Symfony Mercure`: https://symfony.com/doc/current/mercure.html
886886
.. _`Turbo Screencast on SymfonyCasts`: https://symfonycasts.com/screencast/turbo

src/Typed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony UX Typed
22

33
Symfony UX Typed is a Symfony bundle integrating [Typed](https://github.com/mattboldt/typed.js/blob/master/README.md) in
4-
Symfony applications. It is part of [the Symfony UX initiative](https://symfony.com/ux).
4+
Symfony applications. It is part of [the Symfony UX initiative](https://ux.symfony.com/).
55

66
Typed is a complete and easy to use animated typed texts.
77
Just enter the strings you want to see typed, and it goes live without complexity.

src/Typed/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ the Symfony framework:
152152
https://symfony.com/doc/current/contributing/code/bc.html
153153

154154
.. _`Typed`: https://github.com/mattboldt/typed.js/blob/master/README.md
155-
.. _`the Symfony UX initiative`: https://symfony.com/ux
155+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
156156
.. _`typed library`: https://github.com/mattboldt/typed.js/blob/master/README.md
157157
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html

src/Vue/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ the Symfony framework:
188188
https://symfony.com/doc/current/contributing/code/bc.html
189189

190190
.. _`Vue.js`: https://vuejs.org/
191-
.. _`the Symfony UX initiative`: https://symfony.com/ux
191+
.. _`the Symfony UX initiative`: https://ux.symfony.com/
192192
.. _ `the related section of the documentation`: https://symfony.com/doc/current/frontend/encore/vuejs.html
193193
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html

0 commit comments

Comments
 (0)