Documentation updates for stable release (#73)
[akkoma] / lib / mix / tasks / pleroma / app.ex
index 463e2449f42bcbb42936bdd71fd85d83c73e274a..2ec06db8c3823e0ee1376806ee285a47c3a2935a 100644 (file)
@@ -1,9 +1,9 @@
 # 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.App do
-  @moduledoc File.read!("docs/administration/CLI_tasks/oauth_app.md")
+  @moduledoc File.read!("docs/docs/administration/CLI_tasks/oauth_app.md")
   use Mix.Task
 
   import Mix.Pleroma