Skip to content

Commit 8ee2324

Browse files
committed
minor #149 Update URLs for hotwired.dev (GwendolenLynch)
This PR was merged into the main branch. Discussion ---------- Update URLs for hotwired.dev Accompanies symfony/recipes#982 Commits ------- 5344cd2 Update URLs for hotwired.dev
2 parents 5a86aad + 5344cd2 commit 8ee2324

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class ScriptNonceSubscriber implements EventSubscriberInterface
205205
### stimulus_controller
206206

207207
This bundle also ships with a special `stimulus_controller()` Twig function
208-
that can be used to render [Stimulus Controllers & Values](https://stimulus.hotwire.dev/reference/values).
208+
that can be used to render [Stimulus Controllers & Values](https://stimulus.hotwired.dev/reference/values).
209209
See [stimulus-bridge](https://github.com/symfony/stimulus-bridge) for more details.
210210

211211
For example:
@@ -243,7 +243,7 @@ associative array in the first argument:
243243

244244
### stimulus_action
245245

246-
The `stimulus_action()` Twig function can be used to render [Stimulus Actions](https://stimulus.hotwire.dev/reference/actions).
246+
The `stimulus_action()` Twig function can be used to render [Stimulus Actions](https://stimulus.hotwired.dev/reference/actions).
247247

248248
For example:
249249

@@ -275,7 +275,7 @@ associative array in the first argument:
275275

276276
### stimulus_target
277277

278-
The `stimulus_target()` Twig function can be used to render [Stimulus Targets](https://stimulus.hotwire.dev/reference/targets).
278+
The `stimulus_target()` Twig function can be used to render [Stimulus Targets](https://stimulus.hotwired.dev/reference/targets).
279279

280280
For example:
281281

src/Twig/StimulusTwigExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function renderStimulusTarget(Environment $env, $dataOrControllerName, st
173173
/**
174174
* Normalize a Stimulus controller name into its HTML equivalent (no special character and / becomes --).
175175
*
176-
* @see https://stimulus.hotwire.dev/reference/controllers
176+
* @see https://stimulus.hotwired.dev/reference/controllers
177177
*/
178178
private function normalizeControllerName(string $str): string
179179
{
@@ -184,7 +184,7 @@ private function normalizeControllerName(string $str): string
184184
* Normalize a Stimulus Value API key into its HTML equivalent ("kebab case").
185185
* Backport features from symfony/string.
186186
*
187-
* @see https://stimulus.hotwire.dev/reference/values
187+
* @see https://stimulus.hotwired.dev/reference/values
188188
*/
189189
private function normalizeKeyName(string $str): string
190190
{

0 commit comments

Comments
 (0)