From 8c3340f9675b5faa593cc8036650792475f7eb5c Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Mon, 13 Nov 2023 15:36:43 -0500 Subject: [PATCH 1/2] Fix bad link in get-started.md The disambiguation page is "Bootstrap" now 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 24f72cac4..d09452741 100644 --- a/content/en/flux/get-started.md +++ b/content/en/flux/get-started.md @@ -59,7 +59,7 @@ The output is similar to: ## Install Flux onto your cluster -For information on how to bootstrap using a GitHub org, Gitlab and other git providers, see [Installation](installation.md). +For information on how to bootstrap using a GitHub org, Gitlab and other git providers, see [Bootstrapping](/flux/installation/bootstrap/). Run the bootstrap command: From 83b236389d1d6da75aa567d1433c31ca82111db2 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Mon, 13 Nov 2023 15:40:06 -0500 Subject: [PATCH 2/2] 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 \