From 267687629089faceeb40ec33bdd69dd166acaa48 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Mon, 2 Mar 2026 15:09:16 +0300 Subject: [PATCH] Fix docs links in subscriptions pusher implementation guide --- guides/subscriptions/pusher_implementation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/subscriptions/pusher_implementation.md b/guides/subscriptions/pusher_implementation.md index d7ecbf9eb0e..f566e90305a 100644 --- a/guides/subscriptions/pusher_implementation.md +++ b/guides/subscriptions/pusher_implementation.md @@ -73,7 +73,7 @@ maxmemory-policy noeviction appendonly yes ``` -Otherwise, Redis will drop data that doesn't fit in memory (read more in ["Redis persistence"](https://redis.io/topics/persistence)). +Otherwise, Redis will drop data that doesn't fit in memory (read more in ["Redis persistence"](https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/)). If you're already using Redis in your application, see ["Storing Data in Redis"](https://www.mikeperham.com/2015/09/24/storing-data-with-redis/) for options to isolate data and tune your configuration. @@ -156,7 +156,7 @@ if result.subscription? end ``` -Read more here: ["Using CORS"](https://www.html5rocks.com/en/tutorials/cors/). +Read more here: ["Using CORS"](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS). ### Payload Compression