Skip to content

Commit 9e70d30

Browse files
authored
Replaced all k/website in localization guide with kubernetes/website only
1 parent 73921ec commit 9e70d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/contribute/localization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ For an example of adding a new localization, see the PR to enable
278278

279279
To guide other localization contributors, add a new
280280
[`README-**.md`](https://help.github.com/articles/about-readmes/) to the top level of
281-
[k/website](https://github.com/kubernetes/website/), where `**` is the two-letter language code.
281+
[kubernetes/website](https://github.com/kubernetes/website/), where `**` is the two-letter language code.
282282
For example, a German README file would be `README-de.md`.
283283

284284
Provide guidance to localization contributors in the localized `README-**.md` file.
@@ -418,7 +418,7 @@ To collaborate on a localization branch:
418418
`dev-<source version>-<language code>.<team milestone>`
419419

420420
For example, an approver on a German localization team opens the localization branch
421-
`dev-1.12-de.1` directly against the k/website repository, based on the source branch for
421+
`dev-1.12-de.1` directly against the `kubernetes/website` repository, based on the source branch for
422422
Kubernetes v1.12.
423423

424424
2. Individual contributors open feature branches based on the localization branch.

0 commit comments

Comments
 (0)