Fix broken doc links (#12615)

This commit is contained in:
Jacob Herrington 2021-02-09 08:20:14 -06:00 committed by GitHub
parent ae4ca6d94b
commit 8a5db7b877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 13 deletions

View file

@ -36,4 +36,4 @@ warning message in your logs when you try to access that variable
Only certain features require "real" keys, so you may be able to add them as you
work on different areas of the application.
[backend_guide]: /docs/backend
[backend_guide]: /backend

View file

@ -46,8 +46,8 @@ Forem requires PostgreSQL version 11 or higher.
username you are currently logged in as.
There are more than one ways to setup PostgreSQL. For additional configuration,
check out our [PostgreSQL setup guide](/docs/installation/postgresql) or the
official [PostgreSQL](https://www.postgresql.org/) site for further information.
check out our [PostgreSQL setup guide](/installation/postgresql) or the official
[PostgreSQL](https://www.postgresql.org/) site for further information.
### ImageMagick
@ -93,9 +93,8 @@ NOTE: Make sure to download **the OSS version**, `elasticsearch-oss`.
use and provides a fake default for any missing keys.
- If you use a remote computer as dev env, you need to set `APP_DOMAIN`
variable to the remote computer's domain name.
- The [backend guide](/docs/backend) will show you how to get free API keys
for additional services that may be required to run certain parts of the
app.
- The [backend guide](/backend) will show you how to get free API keys for
additional services that may be required to run certain parts of the app.
- For any key that you wish to enter/replace:
1. Create `.env` by copying from the provided template (i.e. with bash:

View file

@ -151,7 +151,7 @@ password for PostgreSQL:
PostgreSQL by executing the command `\quit`.
For additional configuration options, check our
[PostgreSQL setup guide](/docs/installation/postgresql).
[PostgreSQL setup guide](/installation/postgresql).
### ImageMagick
@ -260,9 +260,8 @@ To install Elasticsearch perform the following steps:
use and provides a fake default for any missing keys.
- If you use a remote computer as dev env, you need to set `APP_DOMAIN`
variable to the remote computer's domain name.
- The [backend guide](/docs/backend) will show you how to get free API keys
for additional services that may be required to run certain parts of the
app.
- The [backend guide](/backend) will show you how to get free API keys for
additional services that may be required to run certain parts of the app.
- For any key that you wish to enter/replace:
1. Create `.env` by copying from the provided template (ie. with bash:

View file

@ -55,8 +55,8 @@ for those changes to take effect.
If you're looking for more information on contributing, check out the
[Contributing guide][contributing].
[installation]: /docs/installation/
[architecture]: /docs/technical-overview/architecture/
[contributing]: /docs/contributing/
[installation]: /installation/
[architecture]: /technical-overview/architecture/
[contributing]: /contributing/
[docs]: https://github.com/forem/forem/tree/master/docs/
[gitdocs]: https://www.npmjs.com/package/gitdocs/