summary refs log tree commit diff
path: root/nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 11:53:46 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commitb7327e966bd8bac3c1a53f8013cd5dad4fe83997 (patch)
tree53c7863667f7bde42a404b325fd626dba7601c62 /nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix
parent2646fd7c1b79fe6c332dbe4078677f0d2f7c897b (diff)
downloadnixpkgs-b7327e966bd8bac3c1a53f8013cd5dad4fe83997.tar
nixpkgs-b7327e966bd8bac3c1a53f8013cd5dad4fe83997.tar.gz
nixpkgs-b7327e966bd8bac3c1a53f8013cd5dad4fe83997.tar.bz2
nixpkgs-b7327e966bd8bac3c1a53f8013cd5dad4fe83997.tar.lz
nixpkgs-b7327e966bd8bac3c1a53f8013cd5dad4fe83997.tar.xz
nixpkgs-b7327e966bd8bac3c1a53f8013cd5dad4fe83997.tar.zst
nixpkgs-b7327e966bd8bac3c1a53f8013cd5dad4fe83997.zip
nixos/*: normalize links with #TEXT=href
the xslt pass will re-add this text, and not having href and text be
equal is required to automatically migrate these links to markdown.
Diffstat (limited to 'nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix')
-rw-r--r--nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix b/nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix
index 9e1fb030757..7437242043e 100644
--- a/nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix
+++ b/nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix
@@ -107,7 +107,7 @@ let
           Location of the cluster-join-token.key file.
 
           You can retrieve the contents of the file when creating a new agent via
-          <link xlink:href="https://hercules-ci.com/dashboard">https://hercules-ci.com/dashboard</link>.
+          <link xlink:href="https://hercules-ci.com/dashboard"/>.
 
           As this value is confidential, it should not be in the store, but
           installed using other means, such as agenix, NixOps
@@ -127,7 +127,7 @@ let
           copied over using other means, such as agenix, NixOps
           <literal>deployment.keys</literal>, or manual installation.
 
-          The format is described on <link xlink:href="https://docs.hercules-ci.com/hercules-ci-agent/binary-caches-json/">https://docs.hercules-ci.com/hercules-ci-agent/binary-caches-json/</link>.
+          The format is described on <link xlink:href="https://docs.hercules-ci.com/hercules-ci-agent/binary-caches-json/"/>.
         '';
         type = types.path;
         default = config.staticSecretsDirectory + "/binary-caches.json";
@@ -141,8 +141,7 @@ let
           copied over using other means, such as agenix, NixOps
           <literal>deployment.keys</literal>, or manual installation.
 
-          The format is described on <link xlink:href="https://docs.hercules-ci.com/hercules-ci-agent/secrets-json/">https://docs.hercules-ci.com/hercules-ci-agent/secrets-json/</link>.
-
+          The format is described on <link xlink:href="https://docs.hercules-ci.com/hercules-ci-agent/secrets-json/"/>.
         '';
         type = types.path;
         default = config.staticSecretsDirectory + "/secrets.json";