From fbb1a580561b91c372ec4108ae5348223dcdbe9b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 14 Jun 2018 12:44:09 +0200 Subject: update dependencies' upstream urls --- README.md | 8 ++++---- 1 file 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. -- cgit v1.2.3-54-g00ecf