Skip to content

Commit 422cc65

Browse files
committed
chore: fix links
1 parent a1efce0 commit 422cc65

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Setting a new locale is simple:
121121
faker.locale = 'de';
122122
```
123123

124-
See our documentation for a list of [provided languages](https://fakerjs.dev/api/localization.html#localization)
124+
See our documentation for a list of [provided languages](https://fakerjs.dev/guide/localization.html#available-locales)
125125

126126
Please note that not every locale provides data for every module. In out pre-made locales, we fallback to english in such a case as this is the most complete and most common used language.
127127

docs/api/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Markdown
22
*.md
33
!index.md
4-
!localization.md
54

65
# TypeScript
76
*.ts

scripts/generateLocales.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* - `src/locale/<locale>.ts`
55
* - `src/locales/<locale>/index.ts`
66
* - `src/locales/<locale>/<module...>/index.ts`
7-
* - `src/docs/api/localization.md`
7+
* - `src/docs/guide/localization.md`
88
*
99
* If you wish to edit all/specific locale data files you can do so using the
1010
* `updateLocaleFileHook()` method.
@@ -323,7 +323,7 @@ let indexContent = `
323323
indexContent = format(indexContent, prettierTsOptions);
324324
writeFileSync(pathLocalesIndex, indexContent);
325325

326-
// docs/api/localization.md
326+
// docs/guide/localization.md
327327

328328
localizationLocales = format(localizationLocales, prettierMdOptions);
329329

0 commit comments

Comments
 (0)