From b34455a9e755ed531d40e1e4cb975319d63fbd17 Mon Sep 17 00:00:00 2001 From: Andy Zhao <17884966+Zhao-Andy@users.noreply.github.com> Date: Tue, 24 Aug 2021 16:59:56 -0400 Subject: [PATCH] Fix broken links (#14588) --- CONTRIBUTING.md | 3 ++- README.md | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38b0669d9..a449b9f00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,4 +19,5 @@ We are all humans trying to work together to improve the community. Always be kind and appreciate the need for trade-offs. ❤️ Before making your first pull request or issue, give our full -[Contributor's Guide](https://developers.forem.com/contributing/forem/) a read. +[Contributor's Guide](https://developers.forem.com/contributing-guide/forem/) a +read. diff --git a/README.md b/README.md index 4b051cf60..755dd528a 100644 --- a/README.md +++ b/README.md @@ -93,15 +93,16 @@ proceed. ## Getting Started -This section provides a high-level quick start guide. If you're looking for the -[installation guide](https://developers.forem.com/installation/), you'll want to +This section provides a high-level quick start guide. If you're looking for a +more thorough installation guide (for example +[with macOS](https://developers.forem.com/installation/mac), you'll want to refer to our complete [Developer Documentation](https://developers.forem.com/). We run on a [Rails](https://rubyonrails.org/) backend, and we are currently transitioning to a [Preact](https://preactjs.com/)-first frontend. A more complete overview of our stack is available in -[our docs](https://developers.forem.com/technical-overview/). +[our docs](https://developers.forem.com/technical-overview/stack). ### Prerequisites @@ -130,7 +131,8 @@ A more complete overview of our stack is available in ### Installation Documentation -[View Full Installation Documentation](https://developers.forem.com/installation/). +Please see our installation guides, such as the +[one for macOS](https://developers.forem.com/installation/mac). ## Developer Documentation