From 7074cc9030e90365c3c6b063b05557441d59beeb Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Mon, 11 Mar 2019 22:56:28 -0400 Subject: [PATCH] Update reddit address --- src/components/AppFooter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 9746f6c..7946439 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -46,7 +46,7 @@ export default { data: function () { return { gh_address: 'https://github.com/kihashi/stardew_community_checklist', - reddit_address: 'https://www.reddit.com/r/StardewValley/comments/4ell1b/stardew_community_checklist_a_site_to_keep_track/' + reddit_address: 'https://www.reddit.com/r/stardewchecklist/' } } }