lol

nixos/thanos: fix documentation

+5 -6
+5 -6
nixos/modules/services/monitoring/thanos.nix
··· 130 130 description = lib.mdDoc '' 131 131 Path to YAML file that contains tracing configuration. 132 132 133 - See format details: <https://thanos.io/tracing.md/#configuration> 133 + See format details: <https://thanos.io/tip/thanos/tracing.md/#configuration> 134 134 ''; 135 135 }; 136 136 }; ··· 147 147 148 148 If {option}`tracing.config-file` is set this option has no effect. 149 149 150 - See format details: <https://thanos.io/tracing.md/#configuration> 150 + See format details: <https://thanos.io/tip/thanos/tracing.md/#configuration> 151 151 ''; 152 152 }; 153 153 }; ··· 195 195 description = lib.mdDoc '' 196 196 Path to YAML file that contains object store configuration. 197 197 198 - See format details: <https://thanos.io/storage.md/#configuration> 198 + See format details: <https://thanos.io/tip/thanos/storage.md/#configuring-access-to-object-storage> 199 199 ''; 200 200 }; 201 201 }; ··· 212 212 213 213 If {option}`objstore.config-file` is set this option has no effect. 214 214 215 - See format details: <https://thanos.io/storage.md/#configuration> 215 + See format details: <https://thanos.io/tip/thanos/storage.md/#configuring-access-to-object-storage> 216 216 ''; 217 217 }; 218 218 }; ··· 718 718 719 719 receive = paramsToOptions params.receive // { 720 720 enable = mkEnableOption 721 - (lib.mdDoc ("the Thanos receiver which accept Prometheus remote write API requests " + 722 - "and write to local tsdb (EXPERIMENTAL, this may change drastically without notice)")); 721 + (lib.mdDoc ("the Thanos receiver which accept Prometheus remote write API requests and write to local tsdb")); 723 722 arguments = mkArgumentsOption "receive"; 724 723 }; 725 724 };