From 38952494263bb2dec6cdb82d32d7c97b45b11bac Mon Sep 17 00:00:00 2001 From: John Otken Date: Mon, 5 Jan 2026 19:24:08 -0600 Subject: [PATCH] [flang][docs] Fix link to Getting Involved documentation Add missing .md extention to flang docs link to Getting Involved page. Fixes 404 error. This is a MyFirstTypoFix. Co-authored-by: John Otken --- flang/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/docs/index.md b/flang/docs/index.md index 2c07f1004a21..67df710113a9 100644 --- a/flang/docs/index.md +++ b/flang/docs/index.md @@ -6,7 +6,7 @@ referred to as "LLVM Flang" to differentiate itself from ["Classic Flang"](https://github.com/flang-compiler/flang) - these are two separate and independent Fortran compilers. LLVM Flang is under active development. While it is capable of generating executables for a number of examples, some -functionality is still missing. See [Getting Involved](GettingInvolved) for tips +functionality is still missing. See [Getting Involved](GettingInvolved.md) for tips on how to get in touch with us and to learn more about the current status. ```{eval-rst}