From: Mark Felder Date: Fri, 14 Feb 2020 16:55:18 +0000 (-0600) Subject: Update suggested path for location of your custom MRF X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=88a76d0142075dbd71314b8e601a8d347d2f45e9;p=akkoma Update suggested path for location of your custom MRF --- 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,