summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-05-21 23:48:58 +0900
committerGitHub <noreply@github.com>2022-05-21 23:48:58 +0900
commit7d3f2499b8c9320cd518d0282481698ee41a1a43 (patch)
tree76f78a21bc3cad1afc6beb06fff702a910827123 /src
parent93a72170bd8a7001abde8c85b65cf0f456c8022e (diff)
parenta8c03388f83659133dbc5f96ddd32a177702ae92 (diff)
downloadsystemd-7d3f2499b8c9320cd518d0282481698ee41a1a43.tar.gz
Merge pull request #23464 from bnf/update-wiki-links
tree-wide: replace obsolete wiki links with systemd.io/manpages
Diffstat (limited to 'src')
-rw-r--r--src/core/main.c2
-rw-r--r--src/test/test-pretty-print.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 409b84a006..ccbab04d27 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -1295,7 +1295,7 @@ static void test_usr(void) {
log_warning("/usr appears to be on its own filesystem and is not already mounted. This is not a supported setup. "
"Some things will probably break (sometimes even silently) in mysterious ways. "
- "Consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information.");
+ "Consult https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information.");
}
static int enforce_syscall_archs(Set *archs) {
diff --git a/src/test/test-pretty-print.c b/src/test/test-pretty-print.c
index 22bb4e5239..7c6c6c7ad1 100644
--- a/src/test/test-pretty-print.c
+++ b/src/test/test-pretty-print.c
@@ -14,7 +14,7 @@
TEST(terminal_urlify) {
_cleanup_free_ char *formatted = NULL;
- assert_se(terminal_urlify("https://www.freedesktop.org/wiki/Software/systemd/", "systemd homepage", &formatted) >= 0);
+ assert_se(terminal_urlify("https://www.freedesktop.org/wiki/Software/systemd", "systemd homepage", &formatted) >= 0);
printf("Hey, consider visiting the %s right now! It is very good!\n", formatted);
formatted = mfree(formatted);