From 39c0d173185b40de122e9415eabcf3fbf65fba0b Mon Sep 17 00:00:00 2001 From: Xiang-Bo Mao Date: Sat, 2 Oct 2021 23:37:55 -0700 Subject: [PATCH] fix broken doc links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3966c6aa..9c4f402a1 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ ## Installation -Read the **[Installation guide](https://flarum.org/docs/install.html)** to get started. For support, refer to the [documentation](https://flarum.org/docs/), and ask questions on the [community forum](https://discuss.flarum.org/) or [Discord chat](https://flarum.org/discord/). +Read the **[Installation guide](https://docs.flarum.org/install)** to get started. For support, refer to the [documentation](https://docs.flarum.org/), and ask questions on the [community forum](https://discuss.flarum.org/) or [Discord chat](https://flarum.org/discord/). ## Contributing -Thank you for considering contributing to Flarum! Please read the **[Contributing guide](https://flarum.org/docs/contributing.html)** to learn how you can help. +Thank you for considering contributing to Flarum! Please read the **[Contributing guide](https://docs.flarum.org/contributing)** to learn how you can help. This repository only holds the Flarum skeleton application. Most development happens in [flarum/core](https://github.com/flarum/core).