Skip to content

Commit caa6dfc

Browse files
committed
minor #1865 Use version instead of url in docs (ruudk)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Use version instead of url in docs | Q | A | ------------- | --- | Bug fix? | yes | New feature? |no <!-- please update src/**/CHANGELOG.md files --> | Issues | | License | MIT See symfony/symfony@1b79ae6 Commits ------- 8b67fac Use version instead of url in docs
2 parents 166bd01 + 8b67fac commit caa6dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StimulusBundle/doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ file::
419419
'path' => '@symfony/stimulus-bundle/loader.js',
420420
],
421421
'@hotwired/stimulus' => [
422-
'url' => 'https://ga.jspm.io/npm:@hotwired/stimulus@3.2.1/dist/stimulus.js',
422+
'version' => '3.2.2',
423423
],
424424
];
425425

0 commit comments

Comments
 (0)