We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97931b commit 25167afCopy full SHA for 25167af
apps/site/next.constants.mjs
@@ -173,7 +173,7 @@ export const GITHUB_API_KEY = process.env.NEXT_GITHUB_API_KEY || '';
173
* The resource we point people to when discussing internationalization efforts.
174
*/
175
export const TRANSLATION_URL =
176
- 'https://github.com/nodejs/nodejs.org/blob/main/TRANSLATION.md#how-to-translate';
+ 'https://github.com/nodejs/nodejs.org/blob/main/docs/translation.md#how-to-translate';
177
178
/**
179
* Define the order in which vulnerabilities should be sorted
0 commit comments