From fa89f564f50fe9e079b0eb37bad42cc30d667d7d Mon Sep 17 00:00:00 2001 From: Xavi Garcia Date: Fri, 5 Apr 2024 14:25:44 +0200 Subject: [PATCH] Fixes README links for multi-gitrepo example Signed-off-by: Xavi Garcia --- single-cluster/multi-gitrepo/frontend/README.md | 2 +- single-cluster/multi-gitrepo/gitrepos/README.md | 2 +- single-cluster/multi-gitrepo/redis/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/single-cluster/multi-gitrepo/frontend/README.md b/single-cluster/multi-gitrepo/frontend/README.md index f27a0c3..839c298 100644 --- a/single-cluster/multi-gitrepo/frontend/README.md +++ b/single-cluster/multi-gitrepo/frontend/README.md @@ -2,5 +2,5 @@ This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) frontend application packaged as a Helm chart. The app will be deployed into the `fleet-helm-example` namespace. -It will be deployed as part of the [multi-gitrepo](https://github.com/rancher/fleet-examples/single-cluster/multi-gitrepo) example. +It will be deployed as part of the [multi-gitrepo](https://github.com/rancher/fleet-examples/tree/master/single-cluster/multi-gitrepo) example. diff --git a/single-cluster/multi-gitrepo/gitrepos/README.md b/single-cluster/multi-gitrepo/gitrepos/README.md index 4ca9a3b..460ac5b 100644 --- a/single-cluster/multi-gitrepo/gitrepos/README.md +++ b/single-cluster/multi-gitrepo/gitrepos/README.md @@ -1,4 +1,4 @@ # Multi-GitRepo example (gitrepos) -This folder contains the `GitRepo CRs` that will be deployed in the [multi-gitrepo](https://github.com/rancher/fleet-examples/single-cluster/multi-gitrepo) example. +This folder contains the `GitRepo CRs` that will be deployed in the [multi-gitrepo](https://github.com/rancher/fleet-examples/tree/master/single-cluster/multi-gitrepo) example. diff --git a/single-cluster/multi-gitrepo/redis/README.md b/single-cluster/multi-gitrepo/redis/README.md index b98293d..35a6542 100644 --- a/single-cluster/multi-gitrepo/redis/README.md +++ b/single-cluster/multi-gitrepo/redis/README.md @@ -2,5 +2,5 @@ This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application backend packaged as a Helm chart. The app will be deployed into the `fleet-helm-example` namespace. -It will be deployed as part of the [multi-gitrepo](https://github.com/rancher/fleet-examples/single-cluster/multi-gitrepo) example. +It will be deployed as part of the [multi-gitrepo](https://github.com/rancher/fleet-examples/tree/master/single-cluster/multi-gitrepo) example.