Documentation updates for stable release (#73)
[akkoma] / lib / mix / tasks / pleroma / digest.ex
index 3595f912d622ab0dd54de666adb7a4ddad553d08..0c14694323b879df699d247825d211945bf447d3 100644 (file)
@@ -1,9 +1,13 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.Digest do
   use Mix.Task
   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()