From 16b4723b798e0c26ba4171d1ad60de7e2f3ad132 Mon Sep 17 00:00:00 2001 From: Piotr Ryba <55996264+prryb@users.noreply.github.com> Date: Mon, 16 Aug 2021 10:51:11 +0200 Subject: [PATCH] Fix links on Installation page (#629) --- website/content/en/docs/Installation/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/docs/Installation/_index.md b/website/content/en/docs/Installation/_index.md index 17b8df64..2ac2dbd8 100644 --- a/website/content/en/docs/Installation/_index.md +++ b/website/content/en/docs/Installation/_index.md @@ -20,7 +20,7 @@ To run **Jenkins Operator**, you will need: - `kubectl` version `1.17+` -Listed below are the two ways to deploy Jenkins Operator. For details on how to customize your Jenkins instance, refer to [Getting Started](/kubernetes-operator/docs/installation/). +Listed below are the two ways to deploy Jenkins Operator. For details on how to customize your Jenkins instance, refer to [Getting Started](/kubernetes-operator/docs/getting-started/). ## Deploy Jenkins Operator using YAML's @@ -43,7 +43,7 @@ kubectl get pods -w ``` Now **Jenkins Operator** should be up and running in the `default` namespace. -For deploying Jenkins, refer to [Deploy Jenkins section](/kubernetes-operator/docs/installation/latest/deploy-jenkins/). +For deploying Jenkins, refer to [Deploy Jenkins section](/kubernetes-operator/docs/getting-started/latest/deploy-jenkins/). ## Deploy Jenkins Operator using Helm Chart