---
doc/imv-dir.1.txt | 2 +-doc/imv-msg.1.txt | 2 +-doc/imv.1.txt | 2 +-src/imv.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/imv-dir.1.txt b/doc/imv-dir.1.txt
index 16f6b95..8e9b5cf 100644
--- a/doc/imv-dir.1.txt+++ b/doc/imv-dir.1.txt
@@ -28,7 +28,7 @@ imv is written and maintained by Harry Jeffery <me@harry.pm>
with contributions from other developers.
Full source code and other information can be found at
-<https://github.com/eXeC64/imv>.+<https://sr.ht/~exec64/imv>.See Also
--------
diff --git a/doc/imv-msg.1.txt b/doc/imv-msg.1.txt
index fcda508..c3fb0cf 100644
--- a/doc/imv-msg.1.txt+++ b/doc/imv-msg.1.txt
@@ -27,7 +27,7 @@ Authors
imv-msg is written and maintained by Harry Jeffery <me@harry.pm>
Full source code and other information can be found at
-<https://github.com/eXeC64/imv>.+<https://sr.ht/~exec64/imv>.See Also
--------
diff --git a/doc/imv.1.txt b/doc/imv.1.txt
index e06c179..b0dfbf7 100644
--- a/doc/imv.1.txt+++ b/doc/imv.1.txt
@@ -328,7 +328,7 @@ imv is written and maintained by Harry Jeffery <me@harry.pm>
with contributions from other developers.
Full source code and other information can be found at
-<https://github.com/eXeC64/imv>.+<https://sr.ht/~exec64/imv>.See Also
--------
diff --git a/src/imv.c b/src/imv.c
index 8380a12..b14d2cb 100644
--- a/src/imv.c+++ b/src/imv.c
@@ -819,7 +819,7 @@ static void print_help(struct imv *imv)
}
puts("imv's full source code is published under the terms of the MIT\n"
- "license, and can be found at https://github.com/eXeC64/imv\n"+ "license, and can be found at https://sr.ht/~exec64/imv\n" "\n"
"imv uses the inih library to parse ini files.\n"
"See https://github.com/benhoyt/inih for details.\n"
--
2.36.1