Browse Source

README.md: fix link to kubernetes documentation

Link to kubernetes documentation was broken (wrong capitalization).
Yi Qing Sim 7 years ago
parent
commit
7980309926
1 changed files with 1 additions and 1 deletions
  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