fix links in windows-nodes, runtimeClass (#13486)

This commit is contained in:
Karen Bradshaw
2019-03-27 23:34:44 -04:00
committed by Kubernetes Prow Robot
parent 4fd724ba09
commit 91ac5c6044
2 changed files with 3 additions and 4 deletions
@@ -41,7 +41,7 @@ feature gates. The `RuntimeClass` feature gate must be enabled on apiservers _an
#### 1. Configure the CRI implementation on nodes
The configurations available through RuntimeClass are Container Runtime Interface (CRI)
implementation dependent. See the corresponding documentation ([below](#cri-documentation)) for your
implementation dependent. See the corresponding documentation ([below](#cri-configuration)) for your
CRI implementation for how to configure.
{{< note >}}