From d0045637825d94d1e790eaac06de8155531a1125 Mon Sep 17 00:00:00 2001 From: jasonyates Date: Mon, 6 May 2024 18:00:02 +0100 Subject: [PATCH] Updating old documentation links to point to new locations Signed-off-by: jasonyates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f85c2..0fca442 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ By default the Vagrant quickstart guides automatically install Ubuntu on the VM vagrant ssh stack ``` -1. Add your template. An example Template object can be found [here](https://github.com/tinkerbell/tink/tree/main/config/crd/examples/template.yaml) and more Template documentation can be found [here](https://docs.tinkerbell.org/templates/). +1. Add your template. An example Template object can be found [here](https://github.com/tinkerbell/tink/tree/main/config/crd/examples/template.yaml) and more Template documentation can be found [here](https://tinkerbell.org/docs/concepts/templates/). ```bash kubectl apply -f my-OS-template.yaml