aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-06-14 12:44:09 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-06-14 12:44:09 +0200
commitfbb1a580561b91c372ec4108ae5348223dcdbe9b (patch)
tree7f2e2be3934a602c1e9ab6cc14162ee8addea92a
parent307dbaa828b8f904aa3626bbee14b01d8730d913 (diff)
downloadcqrlogo-fbb1a580561b91c372ec4108ae5348223dcdbe9b.tar.gz
cqrlogo-fbb1a580561b91c372ec4108ae5348223dcdbe9b.tar.zst
update dependencies' upstream urls
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fc73edb..06686ae 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ Requirements
To compile and run `cqrlogo` you need:
-* [iniparser](http://ndevilla.free.fr/iniparser/)
+* [iniparser](https://github.com/ndevilla/iniparser)
* [libpng](http://www.libpng.org/pub/png/libpng.html)
-* [zlib](http://www.zlib.net/) (which is a dependency for libpng)
-* [qrencode](http://megaui.net/fukuchi/works/qrencode/index.en.html)
+* [zlib](https://www.zlib.net/) (which is a dependency for libpng)
+* [qrencode](https://fukuchi.org/works/qrencode/)
* [fcgi](http://www.fastcgi.com/) (for FastCGI support)
-* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation)
+* [markdown](https://daringfireball.net/projects/markdown/) (HTML documentation)
Additionally it is expected to have `make` and `pkg-config` around to
successfully compile.