Skip to content

Commit f386b50

Browse files
committed
mdx fixes
1 parent e8b998e commit f386b50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/mercure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ API Platform can automatically push the modified version of the resources expose
44

55
> *Mercure* is a protocol allowing to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way. It is especially useful to publish real-time updates of resources served through web APIs, to reactive web and mobile apps.
66
>
7-
> <https://mercure.rocks>
7+
> [https://mercure.rocks](https://mercure.rocks)
88
99
API Platform detects changes made to your Doctrine entities, and sends the updated resources to the Mercure hub.
1010
Then, the Mercure hub dispatches the updates to all connected clients using [Server-sent Events (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events).

deployment/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ there is probably a problem with the system architecture.
152152
`standard_init_linux.go:211: exec user process caused "exec format error`
153153
Build the images with the same system architecture as the cluster runs.
154154
Example: Building with Mac M1 with arm64 leads to problems. Most cluster will run with x86_64.
155-
Solution: <https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac/>
155+
Solution: [https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac](https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac)
156156

157157
## Updates
158158

deployment/traefik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> An open-source reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic, automatic, fast, full-featured, production proven, provides metrics and integrates with every major cluster technology.
44
>
5-
> <https://traefik.io>
5+
> [https://traefik.io](https://traefik.io)
66
77
## Basic Implementation
88

extra/contribution-guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
**To report a security issue, please refer to [the dedicated document](security.md).**
99

10-
<p align="center" class="symfonycasts"><a href="https://symfonycasts.com/screencast/contributing?cid=apip"><img src="../distribution/images/symfonycasts-player.png" alt="JWT screencast"><br>Watch the Contributing back to Symfony screencast (free-</a></p>
10+
<p align="center" class="symfonycasts"><a href="https://symfonycasts.com/screencast/contributing?cid=apip"><img src="../distribution/images/symfonycasts-player.png" alt="JWT screencast"><br>Watch the Contributing back to Symfony screencast (free)</a></p>

0 commit comments

Comments
 (0)