diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 00:18:32 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 00:18:32 +0300 |
commit | b8e5e46fa8c15d0bf3f98c5704e994ffe82be35c (patch) | |
tree | b6ba7b8fe5e804d8fba14d2853a9e8f0a51be5b7 /docs/installation/otp_en.md | |
parent | 74d682a09ecaacb9f784e27cf0e815ddf81511f6 (diff) | |
download | pleroma-b8e5e46fa8c15d0bf3f98c5704e994ffe82be35c.tar.gz pleroma-b8e5e46fa8c15d0bf3f98c5704e994ffe82be35c.zip |
Fix references to other pages
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r-- | docs/installation/otp_en.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 5b50e1838..f192c0cb1 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -262,8 +262,8 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate" But you should **always check the release notes/changelog** in case there are config deprecations, special update steps, etc. ## Further reading -* [Configuration](config.html) -* [Pleroma's base config.exs](https://git.pleroma.social/pleroma/pleroma/blob/master/config/config.exs) -* [Hardening your instance](hardening.html) -* [Pleroma Clients](clients.html) -* [Emoji pack manager](Mix.Tasks.Pleroma.Emoji.html) + +* [Backup your instance](../administration/backup.md) +* [Hardening your instance](../configuration/hardening.md) +* [How to activate mediaproxy](../configuration/howto_mediaproxy.md) +* [Updating your instance](../administration/updating.md) |