Documentation updates for stable release (#73)
[akkoma] / lib / mix / tasks / pleroma / relay.ex
index bb808ca47dce09e903147dc655b1ec77cf4a2b8e..c32fcdc33b57216f79db1b2dcbc7e54c6e34cda3 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Mix.Tasks.Pleroma.Relay do
@@ -8,7 +8,7 @@ defmodule Mix.Tasks.Pleroma.Relay do
   alias Pleroma.Web.ActivityPub.Relay
 
   @shortdoc "Manages remote relays"
-  @moduledoc File.read!("docs/administration/CLI_tasks/relay.md")
+  @moduledoc File.read!("docs/docs/administration/CLI_tasks/relay.md")
 
   def run(["follow", target]) do
     start_pleroma()