Skip to content

Commit 25167af

Browse files
authored
fix: Update TRANSLATION_URL to new docs path (#8090)
fix: update translation URL to point to the correct documentation path
1 parent e97931b commit 25167af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/next.constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const GITHUB_API_KEY = process.env.NEXT_GITHUB_API_KEY || '';
173173
* The resource we point people to when discussing internationalization efforts.
174174
*/
175175
export const TRANSLATION_URL =
176-
'https://github.com/nodejs/nodejs.org/blob/main/TRANSLATION.md#how-to-translate';
176+
'https://github.com/nodejs/nodejs.org/blob/main/docs/translation.md#how-to-translate';
177177

178178
/**
179179
* Define the order in which vulnerabilities should be sorted

0 commit comments

Comments
 (0)