diff --git a/nixos/modules/services/misc/homepage-dashboard.nix b/nixos/modules/services/misc/homepage-dashboard.nix index 35908488f487..d4f601700ad3 100644 --- a/nixos/modules/services/misc/homepage-dashboard.nix +++ b/nixos/modules/services/misc/homepage-dashboard.nix @@ -38,7 +38,7 @@ in See the upstream documentation: - https://gethomepage.dev/latest/installation/docker/#using-environment-secrets + https://gethomepage.dev/installation/docker/#using-environment-secrets ''; default = ""; }; @@ -48,7 +48,7 @@ in description = '' Custom CSS for styling Homepage. - See https://gethomepage.dev/latest/configs/custom-css-js/. + See https://gethomepage.dev/configs/custom-css-js/. ''; default = ""; }; @@ -58,7 +58,7 @@ in description = '' Custom Javascript for Homepage. - See https://gethomepage.dev/latest/configs/custom-css-js/. + See https://gethomepage.dev/configs/custom-css-js/. ''; default = ""; }; @@ -68,7 +68,7 @@ in description = '' Homepage bookmarks configuration. - See https://gethomepage.dev/latest/configs/bookmarks/. + See https://gethomepage.dev/configs/bookmarks/. ''; # Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/bookmarks.yaml example = [ @@ -105,7 +105,7 @@ in description = '' Homepage services configuration. - See https://gethomepage.dev/latest/configs/services/. + See https://gethomepage.dev/configs/services/. ''; # Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/services.yaml example = [ @@ -138,7 +138,7 @@ in description = '' Homepage widgets configuration. - See https://gethomepage.dev/latest/configs/service-widgets/. + See https://gethomepage.dev/widgets/. ''; # Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/widgets.yaml example = [ @@ -164,7 +164,7 @@ in description = '' Homepage kubernetes configuration. - See https://gethomepage.dev/latest/configs/kubernetes/. + See https://gethomepage.dev/configs/kubernetes/. ''; default = { }; }; @@ -174,7 +174,7 @@ in description = '' Homepage docker configuration. - See https://gethomepage.dev/latest/configs/docker/. + See https://gethomepage.dev/configs/docker/. ''; default = { }; }; @@ -184,7 +184,7 @@ in description = '' Homepage settings. - See https://gethomepage.dev/latest/configs/settings/. + See https://gethomepage.dev/configs/settings/. ''; # Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/settings.yaml default = { };