From d42d8bbbe9a1bc53a6ca504deebefceb52fb46a4 Mon Sep 17 00:00:00 2001 From: Anna Kapuscinska Date: Fri, 31 May 2024 16:30:30 +0100 Subject: [PATCH] docs: Fix a link in contribution guide Fixes #2492 Signed-off-by: Anna Kapuscinska --- docs/content/en/docs/contribution-guide/making-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/contribution-guide/making-changes.md b/docs/content/en/docs/contribution-guide/making-changes.md index c0d60593084..d278937b416 100644 --- a/docs/content/en/docs/contribution-guide/making-changes.md +++ b/docs/content/en/docs/contribution-guide/making-changes.md @@ -24,7 +24,7 @@ description: "Learn how to make your first changes to the project" 3. Make the changes you want. -4. Test your changes. Follow [Development setup](/contribution-guide/development-setup) and +4. Test your changes. Follow [Development setup](/docs/contribution-guide/development-setup) and [Running tests](/docs/contribution-guide/running-tests) guides to build and test Tetragon. - Make sure that all new code is covered by unit and/or end-to-end tests where feasible.