about summary refs log tree commit diff
diff options
context:
space:
mode:
-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