Fix more links
authorrinpatch <rinpatch@sdf.org>
Wed, 2 Oct 2019 21:22:14 +0000 (00:22 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 2 Oct 2019 21:22:14 +0000 (00:22 +0300)
docs/API/pleroma_api.md
docs/installation/otp_en.md

index 41889a0efa88f0c36d3a4feb8c24a39dda5e9fe0..3a8ef4e2c08f6dd99bda9555febd539432b1838f 100644 (file)
@@ -124,7 +124,7 @@ Request parameters can be passed via [query strings](https://en.wikipedia.org/wi
 ```
 
 ## `/api/pleroma/admin/`…
-See [Admin-API](Admin-API.md)
+See [Admin-API](admin_api.md)
 
 ## `/api/v1/pleroma/notifications/read`
 ### Mark notifications as read
index f192c0cb1d346818be6eb28176c276d34e25449e..b4e5254cdeba4d94ecaeef6dbf399eb8186859d5 100644 (file)
@@ -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