summaryrefslogtreecommitdiff
path: root/docs/installation/otp_en.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-03 00:22:14 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-03 00:22:14 +0300
commit0ba5c1a9d70264a50ab52ad7892818a19bd16adc (patch)
tree7f913c367831a50e2a62084217fabcdf77eef495 /docs/installation/otp_en.md
parentb8e5e46fa8c15d0bf3f98c5704e994ffe82be35c (diff)
downloadpleroma-0ba5c1a9d70264a50ab52ad7892818a19bd16adc.tar.gz
pleroma-0ba5c1a9d70264a50ab52ad7892818a19bd16adc.zip
Fix more links
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r--docs/installation/otp_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index f192c0cb1..b4e5254cd 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -42,7 +42,7 @@ apk add curl unzip ncurses postgresql postgresql-contrib nginx certbot
## Setup
### Configuring PostgreSQL
#### (Optional) Installing RUM indexes
-RUM indexes are an alternative indexing scheme that is not included in PostgreSQL by default. You can read more about them on the [Configuration page](config.html#rum-indexing-for-full-text-search). They are completely optional and most of the time are not worth it, especially if you are running a single user instance (unless you absolutely need ordered search results).
+RUM indexes are an alternative indexing scheme that is not included in PostgreSQL by default. You can read more about them on the [Configuration page](../configuration/cheatsheet.md#rum-indexing-for-full-text-search). They are completely optional and most of the time are not worth it, especially if you are running a single user instance (unless you absolutely need ordered search results).
Debian/Ubuntu (available only on Buster/19.04):
```sh