diff --git a/man/systemd.xml b/man/systemd.xml index 94cd96540f..dc5dedc469 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1292,7 +1292,7 @@ See Also - The systemd Homepage, + The systemd Homepage, systemd-system.conf5, locale.conf5, systemctl1, diff --git a/meson.build b/meson.build index 36cbfa4893..acd938d2d6 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ libsystemd_version = '0.34.0' libudev_version = '1.7.4' conf = configuration_data() -conf.set_quoted('PROJECT_URL', 'https://www.freedesktop.org/wiki/Software/systemd') +conf.set_quoted('PROJECT_URL', 'https://systemd.io/') conf.set('PROJECT_VERSION', meson.project_version(), description : 'Numerical project version (used where a simple number is expected)')