Skip to content

Commit

Permalink
Merge pull request #1716 from fluxcd/bad-link
Browse files Browse the repository at this point in the history
Fix bad link in get-started.md
  • Loading branch information
stefanprodan authored Nov 14, 2023
2 parents 8299f91 + 83b2363 commit a3f08a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/flux/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit a3f08a9

Please sign in to comment.