refactor(constants): Update guide URL (#10803)

refactor(constants): update guide URL
This commit is contained in:
Jiralite
2025-03-16 17:18:25 +00:00
committed by GitHub
parent a151424261
commit eabcc52594

View File

@@ -21,4 +21,4 @@ export const NODE_PACKAGE_MANAGERS = ['npm', 'pnpm', 'yarn'] as const;
/**
* The URL to the guide.
*/
export const GUIDE_URL = 'https://guide.discordjs.dev' as const;
export const GUIDE_URL = 'https://discordjs.guide' as const;