From c89d1ed25f898e129f4856bc8910dcd8d8483884 Mon Sep 17 00:00:00 2001 From: rollsicecream Date: Wed, 31 Jan 2024 11:07:42 +0000 Subject: [PATCH] Fix Reddit RSS syntax (#2380) Signed-off-by: Daniel Gray --- docs/news-aggregators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/news-aggregators.md b/docs/news-aggregators.md index 58ee863a..26d7ebdd 100644 --- a/docs/news-aggregators.md +++ b/docs/news-aggregators.md @@ -141,10 +141,10 @@ Some social media services also support RSS although it's not often advertised. Reddit allows you to subscribe to subreddits via RSS. !!! example - Replace `subreddit_name` with the subreddit you wish to subscribe to. + Replace `[SUBREDDIT]` with the subreddit you wish to subscribe to. ```text - https://www.reddit.com/r/{{ subreddit_name }}/new/.rss + https://www.reddit.com/r/[SUBREDDIT]/new/.rss ``` ### Twitter