summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-12 16:22:44 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-12 16:22:44 +0100
commit5adf6df2fd7d3e5616435c762c0877125b54da50 (patch)
tree6714644c4250e193253741c276b0f00e76ab50fd /README.md
parentdaaca997206cba9afb4cb19be1c821559a2fba0e (diff)
README: Use HTTPS links
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3b33520..58a173c 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@
Imlib2 based image viewer
---
- * http://feh.finalrewind.org/
- * http://linuxbrit.co.uk/feh/
+ * https://feh.finalrewind.org/
* #feh on irc.oftc.net
Dependencies
@@ -51,7 +50,7 @@ Because of this, when using "make install app=1", feh will install its icons
to /usr/share/..., even though they technically belong into /usr/local.
-ZSH Completion for feh is available [here](http://git.finalrewind.org/zsh/plain/etc/completions/_feh)
+ZSH Completion for feh is available [here](https://git.finalrewind.org/zsh/plain/etc/completions/_feh)
Make flags
----------
@@ -79,7 +78,7 @@ Available flags are:
| Flag | Default value | Description |
| :--- | :---: | :--- |
| app | 0 | install icons to /usr/share, regardless of `DESTDIR` and `PREFIX`, and call gtk-update-icon-cache afterwards |
-| curl | 1 | use libcurl to view http:// and similar images |
+| curl | 1 | use libcurl to view https:// and similar images |
| debug | 0 | debug build, enables `--debug` |
| exif | 0 | Builtin EXIF tag display support |
| help | 0 | include help text (refers to the manpage otherwise) |