diff --git a/core/mercure.md b/core/mercure.md index c6800ca5286..6140f4e8b03 100644 --- a/core/mercure.md +++ b/core/mercure.md @@ -4,7 +4,7 @@ API Platform can automatically push the modified version of the resources expose > *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. > -> — +> —[https://mercure.rocks](https://mercure.rocks) API Platform detects changes made to your Doctrine entities, and sends the updated resources to the Mercure hub. 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). diff --git a/deployment/kubernetes.md b/deployment/kubernetes.md index 2c7a2f68176..31fca52dd2a 100644 --- a/deployment/kubernetes.md +++ b/deployment/kubernetes.md @@ -152,7 +152,7 @@ there is probably a problem with the system architecture. `standard_init_linux.go:211: exec user process caused "exec format error` Build the images with the same system architecture as the cluster runs. Example: Building with Mac M1 with arm64 leads to problems. Most cluster will run with x86_64. -Solution: +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) ## Updates diff --git a/deployment/traefik.md b/deployment/traefik.md index 18d5df85f12..f7f625fe3a4 100644 --- a/deployment/traefik.md +++ b/deployment/traefik.md @@ -2,7 +2,7 @@ > 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. > -> — +> —[https://traefik.io](https://traefik.io) ## Basic Implementation