From 4ad98c11af481047f642162992cd4549625164a2 Mon Sep 17 00:00:00 2001 From: jasonyates-thg Date: Mon, 6 May 2024 17:13:58 +0100 Subject: [PATCH] Remove reference to legacy Documentation Removing reference to docs.tinkerbell.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f85c29..0fca4422 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