Skip to content

Commit 09511a1

Browse files
committed
Merge branch 2.7 into 3.0
2 parents f6a67db + bfc8e63 commit 09511a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

0 commit comments

Comments
 (0)