From 6e9d3563ef7f76e40e28d09aa2a81a8c889586ee Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 31 Jan 2019 20:04:32 +0000 Subject: [PATCH] Update blog feed Fixes #3441 --- app/Integrations/Core/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Integrations/Core/Feed.php b/app/Integrations/Core/Feed.php index 824bdb20..1ab93c4d 100644 --- a/app/Integrations/Core/Feed.php +++ b/app/Integrations/Core/Feed.php @@ -28,7 +28,7 @@ class Feed implements FeedContract * * @var string */ - const URL = 'https://blog.alt-three.com/tag/cachet/rss'; + const URL = 'https://alt-three.com/tag/cachet/rss'; /** * The failed status indicator.