nixos/discourse: fix documentation link formatting

This commit is contained in:
dish
2025-02-12 21:03:21 +01:00
committed by Valentin Gagarin
parent 79ea0ba602
commit 370bb6bd60
@@ -427,7 +427,7 @@ in
]);
default = null;
description = ''
Authentication type to use, see https://api.rubyonrails.org/classes/ActionMailer/Base.html
Authentication type to use, see <https://api.rubyonrails.org/classes/ActionMailer/Base.html>
'';
};
@@ -443,7 +443,7 @@ in
type = lib.types.str;
default = "peer";
description = ''
How OpenSSL checks the certificate, see https://api.rubyonrails.org/classes/ActionMailer/Base.html
How OpenSSL checks the certificate, see <https://api.rubyonrails.org/classes/ActionMailer/Base.html>
'';
};