|
1 | 1 | # Symfony UX Turbo
|
2 | 2 |
|
3 |
| -Symfony UX Turbo is a Symfony bundle integrating the [Hotwire Turbo](https://turbo.hotwire.dev) |
| 3 | +Symfony UX Turbo is a Symfony bundle integrating the [Hotwire Turbo](https://turbo.hotwired.dev) |
4 | 4 | library in Symfony applications. It is part of [the Symfony UX initiative](https://symfony.com/ux).
|
5 | 5 |
|
6 | 6 | Symfony UX Turbo allows having the same user experience as with [Single Page Apps](https://en.wikipedia.org/wiki/Single-page_application)
|
@@ -42,7 +42,7 @@ things to be aware of:
|
42 | 42 |
|
43 | 43 | Because navigation no longer results in full page refreshes, you may need to
|
44 | 44 | adjust your JavaScript to work properly. The best solution is to write your
|
45 |
| -JavaScript using [Stimulus](https://stimulus.hotwire.dev/) or something similar. |
| 45 | +JavaScript using [Stimulus](https://stimulus.hotwired.dev/) or something similar. |
46 | 46 |
|
47 | 47 | We also recommend that you place your `script` tags live inside your `head` tag so
|
48 | 48 | that they aren't reloaded on every navigation (Turbo re-executes any `script` tags
|
@@ -84,7 +84,7 @@ webpack_encore:
|
84 | 84 | ```
|
85 | 85 |
|
86 | 86 | For more info, see:
|
87 |
| -[Turbo: Reloading When Assets Change](https://turbo.hotwire.dev/handbook/drive#reloading-when-assets-change) |
| 87 | +[Turbo: Reloading When Assets Change](https://turbo.hotwired.dev/handbook/drive#reloading-when-assets-change) |
88 | 88 |
|
89 | 89 | #### 3. Form Response Code Changes
|
90 | 90 |
|
@@ -181,12 +181,12 @@ $builder
|
181 | 181 |
|
182 | 182 | #### More Turbo Drive Info
|
183 | 183 |
|
184 |
| -[Read the Turbo Drive documentation](https://turbo.hotwire.dev/handbook/drive) to learn about the advanced features offered |
| 184 | +[Read the Turbo Drive documentation](https://turbo.hotwired.dev/handbook/drive) to learn about the advanced features offered |
185 | 185 | by Turbo Drive.
|
186 | 186 |
|
187 | 187 | ### Decomposing Complex Pages with Turbo Frames
|
188 | 188 |
|
189 |
| -Once Symfony UX Turbo is installed, you can also leverage [Turbo Frames](https://turbo.hotwire.dev/handbook/introduction#turbo-frames-decompose-complex-pages): |
| 189 | +Once Symfony UX Turbo is installed, you can also leverage [Turbo Frames](https://turbo.hotwired.dev/handbook/introduction#turbo-frames-decompose-complex-pages): |
190 | 190 |
|
191 | 191 | ```twig
|
192 | 192 | {# home.html.twig #}
|
@@ -283,7 +283,7 @@ and tests it using Google Chrome or Firefox!
|
283 | 283 |
|
284 | 284 | You can even watch changes happening in the browser by using: `PANTHER_NO_HEADLESS=1 bin/phpunit --debug`
|
285 | 285 |
|
286 |
| -[Read the Turbo Frames documentation](https://turbo.hotwire.dev/handbook/frames) to learn everything you can do using Turbo Frames. |
| 286 | +[Read the Turbo Frames documentation](https://turbo.hotwired.dev/handbook/frames) to learn everything you can do using Turbo Frames. |
287 | 287 |
|
288 | 288 | ### Coming Alive with Turbo Streams
|
289 | 289 |
|
@@ -364,7 +364,7 @@ class TaskController extends AbstractController
|
364 | 364 | ```
|
365 | 365 |
|
366 | 366 | Supported actions are `append`, `prepend`, `replace`, `update` and `remove`.
|
367 |
| -[Read the Turbo Streams documentation for more details](https://turbo.hotwire.dev/handbook/streams). |
| 367 | +[Read the Turbo Streams documentation for more details](https://turbo.hotwired.dev/handbook/streams). |
368 | 368 |
|
369 | 369 | #### Sending Async Changes using Mercure: a Chat
|
370 | 370 |
|
|
0 commit comments