From 6391a0e14e99d4c6241957de38aad9abf0dd7003 Mon Sep 17 00:00:00 2001 From: Osama Albahrani <54853250+osalbahr@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:47:10 -0400 Subject: [PATCH] gsoc-2024: fix [tests] hyperlink - Closes https://github.com/unikraft/gsoc/issues/16 --- gsoc-2024/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsoc-2024/README.md b/gsoc-2024/README.md index 953c898..89b1e54 100644 --- a/gsoc-2024/README.md +++ b/gsoc-2024/README.md @@ -51,7 +51,7 @@ Look for items such as: * Removing build warnings for any of the repositories in the [Unikraft GitHub organization](https://github.com/unikraft/). * Fixing inconsistencies or adding missing information in the [documentation](https://github.com/unikraft/docs) (rendered on the [main Unikraft website](https://unikraft.org/)). -* Adding [tests](https://unikraft.org/docs/develop/writing-tests/) to Unikraft components. +* Adding [tests](https://unikraft.org/guides/testing/) to Unikraft components. * Tasks in the [`Hackathons` GitHub project](https://github.com/orgs/unikraft/projects/29). * Issues marked with the [`good-first-issue` label](https://github.com/unikraft/unikraft/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue+). * Adding documentation as `README.md` files and [Doxygen](https://www.doxygen.nl/)-style comments to [internal libraries](https://github.com/unikraft/unikraft/tree/staging/lib).