en: Change the full link in the document to an inline link. (#17057)
* Change the full link in the document to an inline link. grep -r "https \: \ / \ / kubernetes \ .io" content/en/docs Changed to inline link except the following list. - URLs are mentioned directly in the body - release note - url to blog - url to community - Url to be redirected * Apply suggestions from code review Co-Authored-By: June Yi <june.yi@samsung.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
77d831c7ea
commit
d437e8c6bc
@@ -42,7 +42,7 @@ cd website
|
||||
|
||||
### Open a pull request
|
||||
|
||||
Next, [open a pull request](https://kubernetes.io/docs/contribute/start/#submit-a-pull-request) (PR) to add a localization to the `kubernetes/website` repository.
|
||||
Next, [open a pull request](/docs/contribute/start/#submit-a-pull-request) (PR) to add a localization to the `kubernetes/website` repository.
|
||||
|
||||
The PR must include all of the [minimum required content](#minimum-required-content) before it can be approved.
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ and representing feature state.
|
||||
Kubernetes documentation has been translated into multiple languages
|
||||
(see [Localization READMEs](https://github.com/kubernetes/website/blob/master/README.md#localization-readmemds)).
|
||||
|
||||
The way of localizing the docs for a different language is described in [Localizing Kubernetes Documentation](https://kubernetes.io/docs/contribute/localization/).
|
||||
The way of localizing the docs for a different language is described in [Localizing Kubernetes Documentation](/docs/contribute/localization/).
|
||||
|
||||
The English-language documentation uses U.S. English spelling and grammar.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user