Update Swoosh docs URL, lint

This commit is contained in:
Mark Felder 2021-02-06 12:04:28 -06:00
parent cfc474c5f7
commit 9e3e8e2e30
1 changed files with 2 additions and 2 deletions

View 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},