From 61a15a28f90d65ba8fe037803b680bf7999fe1ab Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:17:29 -0500 Subject: [PATCH] nixos/languagetool: fix documentation link formatting --- nixos/modules/services/misc/languagetool.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/languagetool.nix b/nixos/modules/services/misc/languagetool.nix index feb2d0d90f9d..938a937af6c4 100644 --- a/nixos/modules/services/misc/languagetool.nix +++ b/nixos/modules/services/misc/languagetool.nix @@ -60,7 +60,7 @@ in jvmOptions = lib.mkOption { description = '' Extra command line options for the JVM running languagetool. - More information can be found here: https://docs.oracle.com/en/java/javase/19/docs/specs/man/java.html#standard-options-for-java + More information can be found here: ''; default = [ ]; type = lib.types.listOf lib.types.str;