Skip to content

Commit a3de6be

Browse files
authored
Merge pull request #418 from Billy99/billy99-readme-link
docs: fix broken link in README
2 parents 7377aa5 + 0036dd7 commit a3de6be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ This operator was built using some great tooling provided by the
4040

4141
Here are some links to help in your bpfman journey (all links are from the bpfman website <https://bpfman.io/>):
4242

43-
- [Welcome to bpfman](https://bpfman.io/) for overview of bpfman.
43+
- [Welcome to bpfman](https://bpfman.io/main/) for overview of bpfman.
4444
- [Deploying Example eBPF Programs On Kubernetes](https://bpfman.io/main/getting-started/example-bpf-k8s/)
4545
for some examples of deploying eBPF programs through `bpfman` in a Kubernetes deployment.
4646
- [Setup and Building bpfman](https://bpfman.io/main/getting-started/building-bpfman/) for instructions
4747
on setting up your development environment and building bpfman.
4848
- [Example eBPF Programs](https://bpfman.io/main/getting-started/example-bpf/) for some
4949
examples of eBPF programs written in Go, interacting with `bpfman`.
50-
- [Deploying the bpfman-operator](https://bpfman.io/main/getting-started/develop-operator/) for details on launching
50+
- [Deploying the bpfman-operator](https://bpfman.io/main/getting-started/operator-quick-start/) for details on launching
5151
bpfman in a Kubernetes cluster.
5252
- [Developing the bpfman-operator](https://bpfman.io/main/developer-guide/develop-operator/) for more architecture
5353
details about `bpfman-operator` and details on developing bpfman-operator.

0 commit comments

Comments
 (0)