From 6c55cad71ca628f89abd5461b137572d91e08b74 Mon Sep 17 00:00:00 2001 From: Nathan Williams Date: Mon, 15 Dec 2025 20:19:41 -0600 Subject: [PATCH] content/contributing: Fix empty contributing links Replace link stubs on the contributing page with actual links. Also replace the generic "contact us" link with two seperate more useful links to the official Discord and the GitHub discussions page. Co-authored-by: Wyatt Borden Signed-off-by: Nathan Williams Signed-off-by: Wyatt Borden --- content/docs/contributing/index.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/contributing/index.mdx b/content/docs/contributing/index.mdx index 2cfe5586..643e0af4 100644 --- a/content/docs/contributing/index.mdx +++ b/content/docs/contributing/index.mdx @@ -12,12 +12,12 @@ find details of the procedures of how to make a contribution, as well as recommended workflows, tools, and more. If you are looking for ideas regarding possible contributions to Unikraft, we -keep an up-to-date list of [open projects](#), [enhancement ideas](#) and -[bugs](#) on the project's GitHub organization. Please browse through it and if -you have any questions, please do not hesitate to [ask any questions](#) you may +keep an up-to-date list of [open projects](https://github.com/unikraft/unikraft/issues?q=state%3Aopen%20label%3Akind%2Fproject), [enhancement ideas](https://github.com/unikraft/unikraft/issues?q=state%3Aopen%20label%3Akind%2Fenhancement) and +[bugs](https://github.com/unikraft/unikraft/issues?q=state%3Aopen%20label%3Akind%2Fbug) on the project's GitHub organization. Please browse through it and if +you have any questions, please do not hesitate to ask any questions you may have. -We use Discord as the main community online channel. For any errors, issues or +We use [Discord](https://unikraft.org/discord) as the main community online channel. For any errors, issues or problems you may run into, you can also open an issue or ask a question on the -Github Discussions forum. +[Github Discussions forum](https://github.com/orgs/unikraft/discussions).