Update Swoosh docs URL, lint
authorMark Felder <feld@feld.me>
Sat, 6 Feb 2021 18:04:28 +0000 (12:04 -0600)
committerMark Felder <feld@feld.me>
Sat, 6 Feb 2021 18:04:28 +0000 (12:04 -0600)
config/description.exs

index 8a4410723c7a6e5fb6ee6853be31d2ac78e995f3..6f6462900895897bf1782894dc7ff2b2466e315b 100644 (file)
@@ -218,7 +218,7 @@ config :pleroma, :config_description, [
         key: :adapter,
         type: :module,
         description:
-          "One of the mail adapters listed in [Swoosh readme](https://github.com/swoosh/swoosh#adapters)",
+          "One of the mail adapters listed in [Swoosh documentation](https://hexdocs.pm/swoosh/Swoosh.html#module-adapters)",
         suggestions: [
           Swoosh.Adapters.SMTP,
           Swoosh.Adapters.Sendgrid,
@@ -271,7 +271,7 @@ config :pleroma, :config_description, [
         key: :ssl,
         label: "SSL",
         type: :boolean,
-        description: "Use implicit SSL/TLS: e.g., port 465",
+        description: "Use implicit SSL/TLS: e.g., port 465"
       },
       %{
         group: {:subgroup, Swoosh.Adapters.SMTP},