nixos/spotifyd: Fix 404 URLs (#408504)

Changed files
+2 -2
nixos
modules
services
audio
+2 -2
nixos/modules/services/audio/spotifyd.nix
···
type = lib.types.lines;
description = ''
(Deprecated) Configuration for Spotifyd. For syntax and directives, see
-
<https://docs.spotifyd.rs/config/File.html>.
'';
};
···
};
description = ''
Configuration for Spotifyd. For syntax and directives, see
-
<https://docs.spotifyd.rs/config/File.html>.
'';
};
};
···
type = lib.types.lines;
description = ''
(Deprecated) Configuration for Spotifyd. For syntax and directives, see
+
<https://docs.spotifyd.rs/configuration/index.html#config-file>.
'';
};
···
};
description = ''
Configuration for Spotifyd. For syntax and directives, see
+
<https://docs.spotifyd.rs/configuration/index.html#config-file>.
'';
};
};