diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-02-14 10:55:18 -0600 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-02-14 10:55:18 -0600 |
| commit | 88a76d0142075dbd71314b8e601a8d347d2f45e9 (patch) | |
| tree | 4dde7327a27070f199ec38c4f3a3daad74f4d05e | |
| parent | 2c95b0fab9cfae48ac26f5522c6848199ac7d245 (diff) | |
| download | pleroma-88a76d0142075dbd71314b8e601a8d347d2f45e9.tar.gz pleroma-88a76d0142075dbd71314b8e601a8d347d2f45e9.zip | |
Update suggested path for location of your custom MRF
| -rw-r--r-- | docs/configuration/mrf.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/mrf.md b/docs/configuration/mrf.md index c7161ca4e..80cfaaa84 100644 --- a/docs/configuration/mrf.md +++ b/docs/configuration/mrf.md @@ -118,7 +118,7 @@ defmodule Site.RewritePolicy do end ``` -If you save this file as `lib/site/mrf/rewrite_policy.ex`, it will be included when you next rebuild Pleroma. You can enable it in the configuration like so: +If you save this file as `lib/pleroma/web/activity_pub/mrf/rewrite_policy.ex`, it will be included when you next rebuild Pleroma. You can enable it in the configuration like so: ``` config :pleroma, :instance, |
