From f40ba2f28ced4e82447f5c836f411a7e9920a02f Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:23:30 -0500 Subject: [PATCH] nixos/plausible: fix documentation link formatting --- nixos/modules/services/web-apps/plausible.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nixos/modules/services/web-apps/plausible.nix b/nixos/modules/services/web-apps/plausible.nix index 2640c9e53cf7..a4b84c56d2e4 100644 --- a/nixos/modules/services/web-apps/plausible.nix +++ b/nixos/modules/services/web-apps/plausible.nix @@ -68,8 +68,7 @@ in description = '' Path to the secret used by the `phoenix`-framework. Instructions how to generate one are documented in the - [ - framework docs](https://hexdocs.pm/phoenix/Mix.Tasks.Phx.Gen.Secret.html#content). + [framework docs](https://hexdocs.pm/phoenix/Mix.Tasks.Phx.Gen.Secret.html#content). ''; }; listenAddress = mkOption { @@ -92,9 +91,7 @@ in Public URL where plausible is available. Note that `/path` components are currently ignored: - [ - https://github.com/plausible/analytics/issues/1182 - ](https://github.com/plausible/analytics/issues/1182). + . ''; }; };