diff --git a/cogs/ssnc.py b/cogs/ssnc.py index 94d2c032..54e1da56 100644 --- a/cogs/ssnc.py +++ b/cogs/ssnc.py @@ -140,7 +140,7 @@ 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, + "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)