Fix broken doc links (#12615)
This commit is contained in:
parent
ae4ca6d94b
commit
8a5db7b877
4 changed files with 11 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue