From ffdfd558980f0c9ec3005e16292f03860c728cf8 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Tue, 11 Jun 2024 09:43:55 +0100 Subject: [PATCH] Update `README.md` FAQ link The [FAQ link](https://backstage.io/docs/FAQ) returns 404: ``` curl -I https://backstage.io/docs/FAQ HTTP/2 404 ``` It does redirect to [a working page](https://backstage.io/docs/FAQ), but intermediately shows a `Page Not Found` error. Signed-off-by: Jack Green --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ae539b6b..65b9187ac7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To engage with our community, you can use the following resources: - [Discord chatroom](https://discord.gg/backstage-687207715902193673) - Get support or discuss the project - [Contributing to Backstage](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md) - Start here if you want to contribute - [RFCs](https://github.com/backstage/backstage/labels/rfc) - Help shape the technical direction -- [FAQ](https://backstage.io/docs/FAQ) - Frequently Asked Questions +- [FAQ](https://backstage.io/docs/faq) - Frequently Asked Questions - [Code of Conduct](CODE_OF_CONDUCT.md) - This is how we roll - [Adopters](ADOPTERS.md) - Companies already using Backstage - [Blog](https://backstage.io/blog/) - Announcements and updates