From 814a1fd7b0a6cf376f38bfc01056084c301d0873 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Thu, 4 Jun 2020 23:51:41 +0200 Subject: [PATCH] Update links --- Makefile | 2 +- man/iodine.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 530f338..c335986 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ uninstall: test: all @echo "!! The check library is required for compiling and running the tests" - @echo "!! Get it at http://check.sf.net" + @echo "!! Get it at https://libcheck.github.io/check/" @(cd tests; $(MAKE) TARGETOS=$(TARGETOS) all) clean: diff --git a/man/iodine.8 b/man/iodine.8 index 2122cee..552f539 100644 --- a/man/iodine.8 +++ b/man/iodine.8 @@ -369,7 +369,7 @@ option still has precedence. The README file in the source distribution contains some more elaborate information. .SH BUGS -File bugs at http://dev.kryo.se/iodine/ +File bugs at https://github.com/yarrick/iodine .SH AUTHORS Erik Ekman and Bjorn Andersson . Major contributions by Anne Bezemer.