Explorar el Código

Merge pull request #857 from ysim/fix-link-in-readme

README.md: fix link to kubernetes documentation
Tom Denham hace 7 años
padre
commit
cf5983e1b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ Flannel can be added to any existing Kubernetes cluster though it's simplest to
 For Kubernetes v1.6+
 `kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml`
 
-See [Kubernetes](Documentation/Kubernetes.md) for more details.
+See [Kubernetes](Documentation/kubernetes.md) for more details.
 
 ## Getting started on Docker