From 82e6aa5685a582402bfb187a00a1684d784ac397 Mon Sep 17 00:00:00 2001 From: chanchalkhatri Date: Fri, 23 Jan 2026 21:45:15 +0530 Subject: [PATCH] docs: fix README link in getting-involved.md documentation (#32368) Signed-off-by: chanchalkhatri19 Co-authored-by: chanchalkhatri19 --- docs/contribute/getting-involved.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/getting-involved.md b/docs/contribute/getting-involved.md index 696b73b7d4..9d5454579f 100644 --- a/docs/contribute/getting-involved.md +++ b/docs/contribute/getting-involved.md @@ -40,7 +40,7 @@ Docs are published to [backstage.io/docs](https://backstage.io/docs). If you contribute to the documentation, you might want to preview your changes before submitting them. You'll find the website sources under [/microsite](https://github.com/backstage/backstage/tree/master/microsite) with instructions for building and locally serving the website in the -[README](/microsite#readme). +[README](https://github.com/backstage/backstage/blob/master/microsite/README.md). For additional information and helpful guidelines on how to contribute to the documentation, check out these [Documentation Guidelines](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#documentation-guidelines)!