about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <github@tazj.in>2017-11-07T18·19+0100
committerVincent Ambo <github@tazj.in>2017-11-07T22·37+0100
commita67f2d87eef1da2875a4608c722f2a8d01d2fb3f (patch)
tree99364dfba97f12719b9d2ffa97fb269de272456a /README.md
parenteaec5d57da87c2aae3b150150dc6d71a0fa74e60 (diff)
docs(README): Remove dead links
Never got around to writing them and maybe they shouldn't be hanging around.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 14967f1e0e..141baf9e17 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,8 @@ Check out a Kontemplate setup example and the feature list below!
 * [Simple, yet powerful templates](docs/templates.md)
 * [Clean cluster configuration files](docs/cluster-config.md)
 * [Resources organised as simple resource sets](docs/resource-sets.md)
-* [Integration with pass](docs/pass.md)
-* [Integration with kubectl](docs/kubectl.md)
+* Integration with pass
+* Integration with kubectl
 
 ## Example
 
@@ -173,8 +173,7 @@ kontemplate apply example/prod-cluster.yaml --dry-run
 kontemplate apply example/prod-cluster.yaml
 ```
 
-Check out the feature list and the individual feature documentation above and read the
-[best practices](docs/best-practices.md). Then you should be good to go!
+Check out the feature list and the individual feature documentation above. Then you should be good to go!
 
 ## Contributing