Skip to content

Commit d2272f8

Browse files
minor #749 Changing the image to be a relative path to render correctly (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- Changing the image to be a relative path to render correctly | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | None | License | MIT Currently, on https://symfony.com/bundles/ux-notify/current/index.html, the image isn't working. Commits ------- 6259b5ed Changing the image to be a relative path to render correctly
2 parents 1654fae + e6b1e52 commit d2272f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notify/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ call the ``stream_notifications()`` Twig function anywhere on the page:
8484

8585
Enjoy your server-sent native notifications!
8686

87-
.. figure:: https://github.com/symfony/ux-notify/blob/2.x/doc/native-notification-example.png?raw=true
87+
.. figure:: ./native-notification-example.png
8888
:alt: Example of a native notification
8989

9090
Extend the Stimulus Controller

0 commit comments

Comments
 (0)