From 12386258602df5388f194a63b1745a456819f1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 6 Mar 2026 07:32:41 +0100 Subject: [PATCH] Fix missing .md extension in FAQS.md link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- docs/user/FAQS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/FAQS.md b/docs/user/FAQS.md index e6698aa60c0..e1c45c24421 100644 --- a/docs/user/FAQS.md +++ b/docs/user/FAQS.md @@ -11,4 +11,4 @@ the appropriate repository or start a discussion. ## How can I contribute? Thank you for your willingness to contribute. Please see the -[Getting Involved](../contrib/GettingInvolved) guide. +[Getting Involved](../contrib/GettingInvolved.md) guide.