Merge pull request #146094 from VergeDX/influxdb2

nixos/influxdb2: Add Hyperlink highlight for url.

authored by

Bobby Rong and committed by
GitHub
18d56c5c 713aca5b

+1 -1
+1 -1
nixos/modules/services/databases/influxdb2.nix
··· 17 17 }; 18 18 settings = mkOption { 19 19 default = { }; 20 - description = "configuration options for influxdb2, see https://docs.influxdata.com/influxdb/v2.0/reference/config-options for details."; 20 + description = ''configuration options for influxdb2, see <link xlink:href="https://docs.influxdata.com/influxdb/v2.0/reference/config-options"/> for details.''; 21 21 type = format.type; 22 22 }; 23 23 };