aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-06-14 12:28:27 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-06-14 12:28:27 +0200
commitd0761c8c5f577b830ffbf85d1887fc39635f40a2 (patch)
tree214f505cc47a6a47e6da1f0d1d437f2ee3fde227
parent62366b4e74915ba39705b2a4f1948828916aa69a (diff)
downloadnetlink-notify-d0761c8c5f577b830ffbf85d1887fc39635f40a2.tar.gz
netlink-notify-d0761c8c5f577b830ffbf85d1887fc39635f40a2.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 6fcc2ab..6733162 100644
--- a/README.md
+++ b/README.md
@@ -32,10 +32,10 @@ Requirements
To compile and run `netlink-notify` you need:
* [systemd](https://www.github.com/systemd/systemd)
-* [libnotify](http://library.gnome.org/devel/notification-spec/)
-* [linux](http://www.kernel.org/)
-* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation)
-* [inkscape](http://inkscape.sourceforge.net/) (convert icons from SVG to PNG)
+* [libnotify](https://developer.gnome.org/notification-spec/)
+* [linux](https://www.kernel.org/)
+* [markdown](https://daringfireball.net/projects/markdown/) (HTML documentation)
+* [inkscape](https://inkscape.org/) (convert icons from SVG to PNG)
Some systems may require additional development packages for the libraries.
Look for `libnotify-devel` or similar.