Documentation updates for stable release (#73)
[akkoma] / lib / mix / tasks / pleroma / digest.ex
index cac148b8874650283a084257950ba5dbbf6efda9..0c14694323b879df699d247825d211945bf447d3 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.Digest do
@@ -7,7 +7,7 @@ defmodule Mix.Tasks.Pleroma.Digest do
   import Mix.Pleroma
 
   @shortdoc "Manages digest emails"
-  @moduledoc File.read!("docs/administration/CLI_tasks/digest.md")
+  @moduledoc File.read!("docs/docs/administration/CLI_tasks/digest.md")
 
   def run(["test", nickname | opts]) do
     Mix.Pleroma.start_pleroma()