From dc5b70d328bc8b200f217acd55a99fc321da1a11 Mon Sep 17 00:00:00 2001 From: "Tim Allclair (St. Clair)" Date: Wed, 3 Oct 2018 20:45:22 -0700 Subject: [PATCH] Fix link formatting (#10424) --- content/en/docs/concepts/containers/runtime-class.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/concepts/containers/runtime-class.md b/content/en/docs/concepts/containers/runtime-class.md index eef2a4f0066..5b4b90b2c38 100644 --- a/content/en/docs/concepts/containers/runtime-class.md +++ b/content/en/docs/concepts/containers/runtime-class.md @@ -42,14 +42,14 @@ kubelets. #### 2. Install the RuntimeClass CRD -The RuntimeClass [CustomResourceDefinition][/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/] (CRD) can be found in the addons directory of the -Kubernetes git repo: - -https://github.com/kubernetes/kubernetes/tree/release-1.12/cluster/addons/runtimeclass/runtimeclass_crd.yaml +The RuntimeClass [CustomResourceDefinition][] (CRD) can be found in the addons directory of the +Kubernetes git repo: [kubernetes/cluster/addons/runtimeclass/runtimeclass_crd.yaml][runtimeclass_crd] Install the CRD with `kubectl apply -f runtimeclass_crd.yaml`. -[CustomResourceDefinition][/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/] +[CustomResourceDefinition]: /docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/ +[runtimeclass_crd]: https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/runtimeclass/runtimeclass_crd.yaml + #### 3. Configure the CRI implementation on nodes