From 83b236389d1d6da75aa567d1433c31ca82111db2 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Mon, 13 Nov 2023 15:40:06 -0500 Subject: [PATCH] Change one relative link to absolute Signed-off-by: Kingdon Barrett --- content/en/flux/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/flux/get-started.md b/content/en/flux/get-started.md index d09452741..64b3898e6 100644 --- a/content/en/flux/get-started.md +++ b/content/en/flux/get-started.md @@ -116,7 +116,7 @@ cd fleet-infra This example uses a public repository [github.com/stefanprodan/podinfo](https://github.com/stefanprodan/podinfo), podinfo is a tiny web application made with Go. -1. Create a [GitRepository](../components/source/gitrepositories/) manifest pointing to podinfo repository's master branch: +1. Create a [GitRepository](/flux/components/source/gitrepositories/) manifest pointing to podinfo repository's master branch: ```sh flux create source git podinfo \