diff --git a/cogs/ssnc.py b/cogs/ssnc.py index 94d2c032..34b2e187 100644 --- a/cogs/ssnc.py +++ b/cogs/ssnc.py @@ -140,8 +140,8 @@ async def check_nx_serial(self, ctx: KurisuContext, serial: str): elif maybe: return await ctx.send("{}: Serial {} _might_ be patched. The only way you can know this for sure is by " "pushing the payload manually. You can find instructions to do so here: " - "https://switch.hacks.guide/user_guide/emummc/sending_payload/".format(ctx.author.mention, - safe_serial), ephemeral=True) + "https://switch.hacks.guide/user_guide/rcm/sending_payload/".format(ctx.author.mention, + safe_serial), ephemeral=True) elif patched: return await ctx.send("{}: Serial {} is patched.".format(ctx.author.mention, safe_serial), ephemeral=True) else: