mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-14 04:03:15 +00:00
Update links
This commit is contained in:
parent
aae23e2482
commit
814a1fd7b0
2
Makefile
2
Makefile
|
@ -40,7 +40,7 @@ uninstall:
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
@echo "!! The check library is required for compiling and running the tests"
|
@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)
|
@(cd tests; $(MAKE) TARGETOS=$(TARGETOS) all)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -369,7 +369,7 @@ option still has precedence.
|
||||||
The README file in the source distribution contains some more elaborate
|
The README file in the source distribution contains some more elaborate
|
||||||
information.
|
information.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
File bugs at http://dev.kryo.se/iodine/
|
File bugs at https://github.com/yarrick/iodine
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Erik Ekman <yarrick@kryo.se> and Bjorn Andersson <flex@kryo.se>. Major
|
Erik Ekman <yarrick@kryo.se> and Bjorn Andersson <flex@kryo.se>. Major
|
||||||
contributions by Anne Bezemer.
|
contributions by Anne Bezemer.
|
||||||
|
|
Loading…
Reference in a new issue