Update suggested path for location of your custom MRF

This commit is contained in:
Mark Felder 2020-02-14 10:55:18 -06:00
parent 2c95b0fab9
commit 88a76d0142
1 changed files with 1 additions and 1 deletions

View File

@ -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,