about summary refs log tree commit diff
path: root/ops/kontemplate/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ops/kontemplate/README.md')
-rw-r--r--ops/kontemplate/README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/ops/kontemplate/README.md b/ops/kontemplate/README.md
index 998e61a619..803a1c4f16 100644
--- a/ops/kontemplate/README.md
+++ b/ops/kontemplate/README.md
@@ -1,8 +1,8 @@
 Kontemplate - A simple Kubernetes templater
 ===========================================
 
-[Kontemplate][] is a simple CLI tool that can take sets of Kubernetes resource
-files with placeholders and insert values per environment.
+Kontemplate is a simple CLI tool that can take sets of Kubernetes resource files
+with placeholders and insert values per environment.
 
 This tool was made because in many cases all I want in terms of Kubernetes
 configuration is simple value interpolation per environment (i.e. Kubernetes
@@ -111,14 +111,14 @@ Releases are signed with the GPG key `DCF34CFAC1AC44B87E26333136EE34814F6D294A`.
 
 ### Building from source
 
-You can clone Kontemplate either by cloning the full
-[depot][https://git.tazj.in/] or by just cloning the kontemplate
+You can clone Kontemplate either by cloning the full TVL
+[depot][https://code.tvl.fyi] or by just cloning the kontemplate
 subtree like so:
 
-    git clone -b kontemplate https://git.tazj.in kontemplate
+    git clone https://code.tvl.fyi/depot.git:/ops/kontemplate.git
 
 The `go` tooling can be used as normal with this cloned repository. In
-a full clone of the dpeot, Nix can be used to build Kontemplate:
+a full clone of the depot, Nix can be used to build Kontemplate:
 
     nix-build -A ops.kontemplate
 
@@ -181,6 +181,5 @@ in the `LICENSE` file.
 
 Please follow the [code of conduct](CODE_OF_CONDUCT.md).
 
-[Kontemplate]: http://kontemplate.works
 [Helm]: https://helm.sh/
 [releases page]: https://github.com/tazjin/kontemplate/releases