From 370bb6bd6045f682604c6d6dcaa161b5d366ab50 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:22:13 -0500 Subject: [PATCH] nixos/discourse: fix documentation link formatting --- nixos/modules/services/web-apps/discourse.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/web-apps/discourse.nix b/nixos/modules/services/web-apps/discourse.nix index d91249aa0ddf..1d7b3c2ff7be 100644 --- a/nixos/modules/services/web-apps/discourse.nix +++ b/nixos/modules/services/web-apps/discourse.nix @@ -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 ''; }; @@ -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 ''; };