diff --git a/pointsbot/reply.py b/pointsbot/reply.py index f7d0775..4e9d44b 100644 --- a/pointsbot/reply.py +++ b/pointsbot/reply.py @@ -158,7 +158,7 @@ def footer(feedback_url=None, scoreboard_url=None): if feedback_url: # https://forms.gle/m94aGjFQwGopqQ836 footer_sections.append(f'^[Feedback]({feedback_url})') - footer_sections.append('^[Source](https://github.com/slfhstd/MCH-PointsBot)') + footer_sections.append('^[Source](https://slfhstd.uk/slfhstd/PointsBot)') return ' ^| '.join(footer_sections)