From 5f98ff3425587f34d8aa681aa9d11a48d458b6a5 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 23 Apr 2024 22:46:17 +0200 Subject: [PATCH] fix: download ling in getting started Signed-off-by: Andrei Kvapil --- site/content/en/docs/v0.2/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/v0.2/getting-started/_index.md b/site/content/en/docs/v0.2/getting-started/_index.md index fc7f19e..5a80aa0 100644 --- a/site/content/en/docs/v0.2/getting-started/_index.md +++ b/site/content/en/docs/v0.2/getting-started/_index.md @@ -14,7 +14,7 @@ Pre-requisites: 1. Install etcd-operator: ```bash - kubectl apply -f https://github.com/aenix-io/etcd-operator/releases/download/latest/etcd-operator.yaml + kubectl apply -f https://github.com/aenix-io/etcd-operator/releases/latest/download/etcd-operator.yaml ``` 2. Check the operator is running: ```bash