Skip to content

Commit

Permalink
doc: replace dead links in README.md
Browse files Browse the repository at this point in the history
There are dead links in the Getting Started section of the README. 

This patch fixes this by:

1. Replacing all the dead links with the corresponding updated link in the documentation. 

Fixes: #1653

Signed-off-by: Paul Arah <paularah.self@gmail.com>
  • Loading branch information
paularah authored and mtardy committed Oct 26, 2023
1 parent 89f43c9 commit 22b8dd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Refer to the [official documentation of Tetragon](https://tetragon.cilium.io/doc

To get started with Tetragon, take a look at the [getting started
guides](https://tetragon.cilium.io/docs/getting-started/) to:
- [Try Tetragon on Kubernetes](https://tetragon.cilium.io/docs/getting-started/kubernetes-quickstart-guide/)
- [Try Tetragon on Linux](https://tetragon.cilium.io/docs/getting-started/try-tetragon-linux/)
- [Deploy Tetragon](https://tetragon.cilium.io/docs/getting-started/deployment/)
- [Install the Tetra CLI](https://tetragon.cilium.io/docs/getting-started/install-tetra-cli/)
- [Try Tetragon on Kubernetes](https://tetragon.io/docs/getting-started/install-k8s/)
- [Try Tetragon on Linux](https://tetragon.io/docs/getting-started/install-docker/)
- [Deploy Tetragon](https://tetragon.io/docs/installation/)
- [Install the Tetra CLI](https://tetragon.io/docs/installation/tetra-cli/)

Tetragon is able to observe critical hooks in the kernel through its sensors
and generates events enriched with Linux and Kubernetes metadata:
Expand Down

0 comments on commit 22b8dd2

Please sign in to comment.