Skip to content

doc: replace link "https://symfony.com/ux" by "https://ux.symfony.com/" #2062

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Chartjs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symfony UX Chart.js

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

**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ux to create issues or submit pull requests.
Expand Down
2 changes: 1 addition & 1 deletion src/Chartjs/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ This bundle aims at following the same Backward Compatibility promise as
the Symfony framework: https://symfony.com/doc/current/contributing/code/bc.html.

.. _`Chart.js`: https://www.chartjs.org
.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _`Chart.js documentation`: https://www.chartjs.org/docs/latest/
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
.. _`a lot of plugins`: https://github.com/chartjs/awesome#plugins
Expand Down
2 changes: 1 addition & 1 deletion src/Cropperjs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symfony UX Cropper.js

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

**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ux to create issues or submit pull requests.
Expand Down
2 changes: 1 addition & 1 deletion src/Cropperjs/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`Cropper.js`: https://fengyuanchen.github.io/cropperjs/
.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _`the Cropper.js options`: https://github.com/fengyuanchen/cropperjs/blob/main/README.md#options
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
2 changes: 1 addition & 1 deletion src/Dropzone/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symfony UX Dropzone

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

It allows visitors to drag and drop files into a container instead of having
to browse their computer for a file.
Expand Down
2 changes: 1 addition & 1 deletion src/Dropzone/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ This bundle aims at following the same Backward Compatibility promise as
the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
2 changes: 1 addition & 1 deletion src/LazyImage/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symfony UX LazyImage

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

It provides two key features:

Expand Down
2 changes: 1 addition & 1 deletion src/LazyImage/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ This bundle aims at following the same Backward Compatibility promise as
the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _`BlurHash implementation`: https://blurha.sh
.. _`StimulusBundle`: https://symfony.com/bundles/StimulusBundle/current/index.html
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
Expand Down
2 changes: 1 addition & 1 deletion src/Notify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Symfony UX Notify is a Symfony bundle integrating server-sent
[native notifications](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API)
in Symfony applications using [Mercure](https://mercure.rocks/).
It is part of [the Symfony UX initiative](https://symfony.com/ux).
It is part of [the Symfony UX initiative](https://ux.symfony.com/).

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

Expand Down
2 changes: 1 addition & 1 deletion src/Notify/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ This bundle aims at following the same Backward Compatibility promise as
the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
.. _`Mercure`: https://mercure.rocks
.. _`running Mercure server`: https://symfony.com/doc/current/mercure.html#running-a-mercure-hub
Expand Down
2 changes: 1 addition & 1 deletion src/React/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`React`: https://reactjs.org/
.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
2 changes: 1 addition & 1 deletion src/Svelte/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`Svelte`: https://svelte.dev/
.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
.. _the Svelte 4 migration guide: https://svelte.dev/docs/v4-migration-guide#browser-conditions-for-bundlers
2 changes: 1 addition & 1 deletion src/Swup/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symfony UX Swup

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

Swup is a complete and easy to use page transition library for Web applications. It creates
a Single Page Application feel to Web applications without having to change anything on the server
Expand Down
2 changes: 1 addition & 1 deletion src/Swup/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`Swup`: https://swup.js.org/
.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _`StimulusBundle`: https://symfony.com/bundles/StimulusBundle/current/index.html
.. _`Swup Options`: https://swup.js.org/options
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
2 changes: 1 addition & 1 deletion src/TogglePassword/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symfony UX TogglePassword

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/TogglePassword/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,6 @@ This bundle aims at following the same Backward Compatibility promise as
the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
.. _Heroicons: https://heroicons.com/
2 changes: 1 addition & 1 deletion src/Translator/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`Symfony Translator`: https://symfony.com/doc/current/translation.html
.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
.. _`ICU Message Format`: https://symfony.com/doc/current/reference/formats/message_format.html
2 changes: 1 addition & 1 deletion src/Turbo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symfony UX Turbo

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

Symfony UX Turbo allows having the same user experience as with [Single Page Apps](https://en.wikipedia.org/wiki/Single-page_application)
but without having to write a single line of JavaScript!
Expand Down
4 changes: 2 additions & 2 deletions src/Turbo/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ transports::
{
public function broadcast(object $entity, string $action): void
{
// This method will be called everytime an object marked with the #[Broadcast] attribute is changed
// This method will be called every time an object marked with the #[Broadcast] attribute is changed
$attribute = (new \ReflectionClass($entity))->getAttributes(Broadcast::class)[0] ?? null;
// ...
}
Expand Down Expand Up @@ -880,7 +880,7 @@ Symfony UX Turbo has been created by `Kévin Dunglas`_. It has been inspired by
`hotwired/turbo-rails`_ and `sroze/live-twig`_.

.. _`Hotwire Turbo`: https://turbo.hotwired.dev
.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _`Single Page Applications`: https://en.wikipedia.org/wiki/Single-page_application
.. _`Symfony Mercure`: https://symfony.com/doc/current/mercure.html
.. _`Turbo Screencast on SymfonyCasts`: https://symfonycasts.com/screencast/turbo
Expand Down
2 changes: 1 addition & 1 deletion src/Typed/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symfony UX Typed

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

Typed is a complete and easy to use animated typed texts.
Just enter the strings you want to see typed, and it goes live without complexity.
Expand Down
2 changes: 1 addition & 1 deletion src/Typed/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

.. _`Typed`: https://github.com/mattboldt/typed.js/blob/master/README.md
.. _`the Symfony UX initiative`: https://symfony.com/ux
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _`typed library`: https://github.com/mattboldt/typed.js/blob/master/README.md
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
2 changes: 1 addition & 1 deletion src/Vue/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@ the Symfony framework:
https://symfony.com/doc/current/contributing/code/bc.html

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