Skip to content

Commit b5c1e98

Browse files
authored
Merge pull request #29241 from YuikoTakada/fix_relative_paths
Replace with relative path
2 parents 7ea180d + 8f301ea commit b5c1e98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/docs/concepts/security/pod-security-admission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Check out [Enforce Pod Security Standards with Namespace Labels](/docs/tasks/con
9191
## Workload resources and Pod templates
9292
9393
Pods are often created indirectly, by creating a [workload
94-
object](https://kubernetes.io/docs/concepts/workloads/controllers/) such as a {{< glossary_tooltip
94+
object](/docs/concepts/workloads/controllers/) such as a {{< glossary_tooltip
9595
term_id="deployment" >}} or {{< glossary_tooltip term_id="job">}}. The workload object defines a
9696
_Pod template_ and a {{< glossary_tooltip term_id="controller" text="controller" >}} for the
9797
workload resource creates Pods based on that template. To help catch violations early, both the

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ the size of a collection.
211211
## Lists
212212

213213
There are dozens of list types (such as `PodList`, `ServiceList`, and `NodeList`) defined in the Kubernetes API.
214-
You can get more information about each list type from the [Kubernetes API](https://kubernetes.io/docs/reference/kubernetes-api/) documentation.
214+
You can get more information about each list type from the [Kubernetes API](/docs/reference/kubernetes-api/) documentation.
215215

216216
When you query the API for a particular type, all items returned by that query are of that type. For example, when you
217217
ask for a list of services, the list type is shown as `kind: ServiceList` and each item in that list represents a single Service. For example:

content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ privileges needed by Windows nodes.
4747

4848
To enable HostProcess containers while in Alpha you need to pass the following feature gate flag to
4949
**kubelet** and **kube-apiserver**.
50-
See [Features Gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#overview)
50+
See [Features Gates](/docs/reference/command-line-tools-reference/feature-gates/#overview)
5151
documentation for more details.
5252

5353
```

0 commit comments

Comments
 (0)