Skip to content

Commit 42f30d5

Browse files
committed
minor #117 Update hotwire.dev links (t-richard)
This PR was squashed before being merged into the main branch. Discussion ---------- Update hotwire.dev links | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Not sure why but hotwire.dev moved to hotwired.dev (see https://twitter.com/dhh/status/1411720913641373704) Here I changed all links to the new domain in the main README files. There may be more elsewhere. <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> Commits ------- d4c0919 Update hotwire.dev links
2 parents d6bacc2 + d4c0919 commit 42f30d5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ to build the chart in PHP. The JavaScript is handled for you automatically.
1818

1919
## Components of UX
2020

21-
Symfony UX leverages [Stimulus](https://stimulus.hotwire.dev/) for JavaScript
21+
Symfony UX leverages [Stimulus](https://stimulus.hotwired.dev/) for JavaScript
2222
and the [Stimulus Bridge](https://github.com/symfony/stimulus-bridge) for
2323
integrating it into [Webpack Encore](https://github.com/symfony/webpack-encore).
2424

src/Turbo/README.md

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

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)
44
library in Symfony applications. It is part of [the Symfony UX initiative](https://symfony.com/ux).
55

66
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:
4242

4343
Because navigation no longer results in full page refreshes, you may need to
4444
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.
4646

4747
We also recommend that you place your `script` tags live inside your `head` tag so
4848
that they aren't reloaded on every navigation (Turbo re-executes any `script` tags
@@ -84,7 +84,7 @@ webpack_encore:
8484
```
8585
8686
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)
8888
8989
#### 3. Form Response Code Changes
9090
@@ -181,12 +181,12 @@ $builder
181181

182182
#### More Turbo Drive Info
183183

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
185185
by Turbo Drive.
186186

187187
### Decomposing Complex Pages with Turbo Frames
188188

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):
190190

191191
```twig
192192
{# home.html.twig #}
@@ -283,7 +283,7 @@ and tests it using Google Chrome or Firefox!
283283

284284
You can even watch changes happening in the browser by using: `PANTHER_NO_HEADLESS=1 bin/phpunit --debug`
285285

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.
287287

288288
### Coming Alive with Turbo Streams
289289

@@ -364,7 +364,7 @@ class TaskController extends AbstractController
364364
```
365365

366366
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).
368368

369369
#### Sending Async Changes using Mercure: a Chat
370370

0 commit comments

Comments
 (0)