Fix broken links (#14588)

This commit is contained in:
Andy Zhao 2021-08-24 16:59:56 -04:00 committed by GitHub
parent bcab5b6022
commit b34455a9e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View file

@ -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.

View file

@ -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