From 24acb0540e4eab941bfdc08b97160d8318f73df3 Mon Sep 17 00:00:00 2001 From: Xavi Garcia Date: Fri, 5 Apr 2024 14:29:10 +0200 Subject: [PATCH] Fixes multi-gitrepo example link Signed-off-by: Xavi Garcia --- docs/gitrepo-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitrepo-content.md b/docs/gitrepo-content.md index dce234519..fb3e12e12 100644 --- a/docs/gitrepo-content.md +++ b/docs/gitrepo-content.md @@ -226,4 +226,4 @@ Nested `GitRepo CRs` (defining a `GitRepo` that points to a repository containin You can use this feature to take advantage of `GitOps` in your `GitRepo` resources or, for example, to split complex scenarios into more than one `GitRepo` resource. When finding a `GitRepo` in a `Bundle` Fleet will simply deploy it as any other resource. -See [this example](https://github.com/rancher/fleet-examples/multi-gitrepo). +See [this example](https://github.com/rancher/fleet-examples/tree/master/single-cluster/multi-gitrepo).