[wiki] [sites] prepare for https switch || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Wed, 30 Aug 2017 19:28:09 +0200

commit f5f92eab126e9722c325f79b1570878e10ff1be3
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Wed Aug 30 19:27:01 2017 +0200

    prepare for https switch
    
    - make urls absolute (from the current protocol, so http:// and https://
      both work).
    - make http clone urls https.

diff --git a/core.suckless.org/sbase.md b/core.suckless.org/sbase.md
index 4b975143..67d4bf73 100644
--- a/core.suckless.org/sbase.md
+++ b/core.suckless.org/sbase.md
_AT_@ -1,8 +1,8 @@
 sbase - suckless base
 =====================
 
-[sbase](http://git.suckless.org/sbase/) is a collection of unix
+[sbase](//git.suckless.org/sbase/) is a collection of unix
 tools that are portable across unix-systems.
 
 For a list of tools that are currently implemented, please refer
-to the [README](http://git.suckless.org/sbase/tree/README).
+to the [README](//git.suckless.org/sbase/tree/README).
diff --git a/core.suckless.org/sinit.md b/core.suckless.org/sinit.md
index 000d50c7..7d605a2e 100644
--- a/core.suckless.org/sinit.md
+++ b/core.suckless.org/sinit.md
_AT_@ -1,7 +1,7 @@
 sinit - suckless init
 =====================
 
-[sinit](http://git.suckless.org/sinit/) is a suckless init, initially based on
+[sinit](//git.suckless.org/sinit/) is a suckless init, initially based on
 Rich Felker's minimal [init](https://gist.github.com/rofl0r/6168719).
 
 sinit is considered complete and no further development is expected to happen.
diff --git a/core.suckless.org/smdev.md b/core.suckless.org/smdev.md
index 5d1c1ef2..31a6b278 100644
--- a/core.suckless.org/smdev.md
+++ b/core.suckless.org/smdev.md
_AT_@ -1,5 +1,5 @@
 smdev - suckless mdev
 =====================
 
-[smdev](http://git.suckless.org/smdev/) is a mostly mdev-compatible suckless program to
+[smdev](//git.suckless.org/smdev/) is a mostly mdev-compatible suckless program to
 manage device nodes.
diff --git a/core.suckless.org/ubase.md b/core.suckless.org/ubase.md
index c901f789..2f4e7c43 100644
--- a/core.suckless.org/ubase.md
+++ b/core.suckless.org/ubase.md
_AT_@ -1,8 +1,8 @@
 ubase - unportable base
 =======================
 
-[ubase](http://git.suckless.org/ubase) is a collection of unportable
+[ubase](//git.suckless.org/ubase) is a collection of unportable
 tools, similar in spirit to util-linux but much simpler.
 
 For a list of tools that are currently implemented, please refer
-to the [README](http://git.suckless.org/ubase/tree/README).
+to the [README](//git.suckless.org/ubase/tree/README).
diff --git a/dwm.suckless.org/customisation/patches_in_git.md b/dwm.suckless.org/customisation/patches_in_git.md
index 15ea38dd..d1623aab 100644
--- a/dwm.suckless.org/customisation/patches_in_git.md
+++ b/dwm.suckless.org/customisation/patches_in_git.md
_AT_@ -2,7 +2,7 @@
 
 Since suckless.org has migrated to git, customizations can now be be
 managed directly in git as an alternative to the
-[patch queue in Mercurial tutorial](http://dwm.suckless.org/customisation/patch_queue).
+[patch queue in Mercurial tutorial](//dwm.suckless.org/customisation/patch_queue).
 
 ## The concept ##
 
_AT_@ -30,7 +30,7 @@ the branches are the same.
         git checkout my_dwm
 
 Now make your changes. If you want to apply one of the
-[contributed patches](http://dwm.suckless.org/patches/) you can use
+[contributed patches](//dwm.suckless.org/patches/) you can use
 the `git apply` command
 
         git apply some_patch.diff
diff --git a/dwm.suckless.org/dwmgetstatus.md b/dwm.suckless.org/dwmgetstatus.md
index d755ea70..d46accf1 100644
--- a/dwm.suckless.org/dwmgetstatus.md
+++ b/dwm.suckless.org/dwmgetstatus.md
_AT_@ -12,7 +12,7 @@ Below is the script to do this:
         xprop -root -notype -f WM_NAME "8u" \
                 | sed -n -r 's/WM_NAME = \"(.*)\"//p'
 
-Link: [dwmgetstatus.sh](http://dwm.suckless.org/dwmgetstatus.sh)
+Link: [dwmgetstatus.sh](//dwm.suckless.org/dwmgetstatus.sh)
 
 Questions
 ---------
diff --git a/dwm.suckless.org/index.md b/dwm.suckless.org/index.md
index 177e03ca..a438e8b6 100644
--- a/dwm.suckless.org/index.md
+++ b/dwm.suckless.org/index.md
_AT_@ -45,35 +45,35 @@ In contrast to ion, larswm, and wmii, dwm is much smaller, faster and simpler.
 
 Links
 -----
-* Mailing List: `dev+subscribe_AT_suckless.org` ([Archives](http://lists.suckless.org/dev/)) ([Old Archives](http://lists.suckless.org/dwm/)) (see [community](http://suckless.org/community/) for details)
+* Mailing List: `dev+subscribe_AT_suckless.org` ([Archives](//lists.suckless.org/dev/)) ([Old Archives](//lists.suckless.org/dwm/)) (see [community](//suckless.org/community/) for details)
 * IRC channel: #suckless at irc.oftc.net
 
 Download
 --------
-* [MIT/X Consortium license](http://git.suckless.org/dwm/plain/LICENSE)
-* [dwm 6.1](http://dl.suckless.org/dwm/dwm-6.1.tar.gz) (25kb) (20151109)
-* See also [dmenu](http://tools.suckless.org/dmenu)
+* [MIT/X Consortium license](//git.suckless.org/dwm/plain/LICENSE)
+* [dwm 6.1](//dl.suckless.org/dwm/dwm-6.1.tar.gz) (25kb) (20151109)
+* See also [dmenu](//tools.suckless.org/dmenu)
 
 Support
 -------
-See the [faq](http://dwm.suckless.org/faq) for the frequent problems that
+See the [faq](//dwm.suckless.org/faq) for the frequent problems that
 arise. The next step is to look at the sourcecode and the config.h for obvious
 names, which could be related to the problem that arose. If that does not help
 to fix the problem, then there is the #suckless IRC channel and the
 mailinglist.
 
 If it is your first time using dwm, start with reading the
-[tutorial](http://dwm.suckless.org/tutorial).
+[tutorial](//dwm.suckless.org/tutorial).
 
 Development
 -----------
-You can [browse](http://git.suckless.org/dwm) its source code repository or get a copy using git with the following command:
+You can [browse](//git.suckless.org/dwm) its source code repository or get a copy using git with the following command:
 
- git clone http://git.suckless.org/dwm
+ git clone https://git.suckless.org/dwm
 
 Miscellaneous
 -------------
-* Optionally you can install [dmenu](http://tools.suckless.org/dmenu) to extend dwm with a wmii-like menu.
+* Optionally you can install [dmenu](//tools.suckless.org/dmenu) to extend dwm with a wmii-like menu.
 * Wikipedia [article about dwm](http://en.wikipedia.org/wiki/Dwm)
 
 Related discussion
_AT_@ -107,7 +107,7 @@ related projects
 ----------------
 * [awesome](http://awesome.naquadah.org/) -- dwm fork with XCB, EWMH, Lua script, Xft, D-Bus, multihead.. support
 * [awm](https://github.com/Alpt/awm/blob/master/README) -- (old) modified dwm with workspaces and /proc like interface
-* [bwm](http://lists.suckless.org/dwm/0708/3085.html) -- (old) modified dwm with extensive mouse support
+* [bwm](//lists.suckless.org/dwm/0708/3085.html) -- (old) modified dwm with extensive mouse support
 * [cons-wm](http://github.com/dharmatech/psilab/tree/master/cons-wm) -- minimalist wm in scheme (not tiled)
 * [bug.n](https://github.com/fuhsjr00/bug.n) -- dwm for Windows written in AutoHotkey
 * [dvtm](http://www.brain-dump.org/projects/dvtm/) -- virtual terminal manager (dwm on the console)
diff --git a/dwm.suckless.org/patches/alpha.md b/dwm.suckless.org/patches/alpha.md
index 2d1eadd9..ddbccc32 100644
--- a/dwm.suckless.org/patches/alpha.md
+++ b/dwm.suckless.org/patches/alpha.md
_AT_@ -7,7 +7,7 @@ Description
 -----------
 
 Allow dwm to have translucent bars, while keeping all the text on it opaque,
-just like the [alpha-patch for st](http://st.suckless.org/patches/alpha).
+just like the [alpha-patch for st](//st.suckless.org/patches/alpha).
 
 
 Download
diff --git a/dwm.suckless.org/patches/defaulttransparency.md b/dwm.suckless.org/patches/defaulttransparency.md
index 097af000..2ecc674a 100644
--- a/dwm.suckless.org/patches/defaulttransparency.md
+++ b/dwm.suckless.org/patches/defaulttransparency.md
_AT_@ -15,7 +15,7 @@ It is based on the transparency patch of Stefan Mark.
 
 ## Download
 
- * [dwm.defaultopacity.patch](http://dwm.suckless.org/patches/dwm.defaultopacity.patch)
+ * [dwm.defaultopacity.patch](//dwm.suckless.org/patches/dwm.defaultopacity.patch)
    latest patch (against r1521)
 
 ## Author
diff --git a/dwm.suckless.org/patches/exresize.md b/dwm.suckless.org/patches/exresize.md
index a2ee7d19..01341c24 100644
--- a/dwm.suckless.org/patches/exresize.md
+++ b/dwm.suckless.org/patches/exresize.md
_AT_@ -7,10 +7,10 @@ Description
 This allows the user to change size and placement of floating windows using only
 the keyboard. It also allows for temporary vertical and horizontal extension of
 windows similar to other WMs fill command. This patch is inspired by
-[maximize](http://dwm.suckless.org/patches/maximize) and
-[moveresize](http://dwm.suckless.org/patches/moveresize) but fixes a lot of
+[maximize](//dwm.suckless.org/patches/maximize) and
+[moveresize](//dwm.suckless.org/patches/moveresize) but fixes a lot of
 problems I had with those patches. It also includes the functionality of
-[save floats](http://dwm.suckless.org/patches/save_floats) judging by it's
+[save floats](//dwm.suckless.org/patches/save_floats) judging by it's
 description.
 
 Download
diff --git a/dwm.suckless.org/patches/historical/multimon.md b/dwm.suckless.org/patches/historical/multimon.md
index 3f9e0c71..ad0225b1 100644
--- a/dwm.suckless.org/patches/historical/multimon.md
+++ b/dwm.suckless.org/patches/historical/multimon.md
_AT_@ -19,7 +19,7 @@ These patches provide enhancements for working in a multi-monitor environment.
     * Per-monitor default settings for nmaster and tags.
   * status all
     * Show/update the status on all bars.
- * Based on [statusbar on all monitors](http://dwm.suckless.org/patches/statusallmons), but uses a configurable boolean.
+ * Based on [statusbar on all monitors](//dwm.suckless.org/patches/statusallmons), but uses a configurable boolean.
 
 Each can be applied independently, if desired, except for "reset view" which references "ClkMonNum" from "unified view" in "config.def.h". Simply remove the reference to get it to apply and compile.
 
_AT_@ -43,7 +43,7 @@ There are default settings and bindings in "config.def.h" which you will likely
 Download
 --------
 
-Each of the patches was created by "format-patch" based on commit: [cdec9782a1789bd5c3a84772fd59abb9da288597](http://git.suckless.org/dwm/commit/?id=cdec9782a1789bd5c3a84772fd59abb9da288597)
+Each of the patches was created by "format-patch" based on commit: [cdec9782a1789bd5c3a84772fd59abb9da288597](//git.suckless.org/dwm/commit/?id=cdec9782a1789bd5c3a84772fd59abb9da288597)
 
   * monitor marker (6228b): [multimon-1-added-monitor-marker-to-bar.diff](multimon-1-added-monitor-marker-to-bar.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/143e7f2f3caa047469c7219cd6b0cb704466683f))
   * unified view (6558b): [multimon-2-added-n-view-wrappers-for-unified-multi-monitor.diff](multimon-2-added-n-view-wrappers-for-unified-multi-monitor.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/2521a74714bb7c4b8787f30584f1565cc582928b))
_AT_@ -58,4 +58,4 @@ Author
  * Gary B. Genett - [me_AT_garybgenett.net](mailto:me_AT_garybgenett.net)
 
 ---
-Original Submission: [http://lists.suckless.org/dev/1403/20488.html](http://lists.suckless.org/dev/1403/20488.html)
+Original Submission: [//lists.suckless.org/dev/1403/20488.html](//lists.suckless.org/dev/1403/20488.html)
diff --git a/dwm.suckless.org/patches/historical/tilemovemouse.md b/dwm.suckless.org/patches/historical/tilemovemouse.md
index de91464b..d9247eed 100644
--- a/dwm.suckless.org/patches/historical/tilemovemouse.md
+++ b/dwm.suckless.org/patches/historical/tilemovemouse.md
_AT_@ -14,7 +14,7 @@ floating it. Reordering windows this way is fun.
 
 Download
 --------
-[tilemovemouse](http://lists.suckless.org/dwm/0903/7773.html)
+[tilemovemouse](//lists.suckless.org/dwm/0903/7773.html)
 
 
 Last update: 2009-03-20
diff --git a/dwm.suckless.org/patches/historical/xft.md b/dwm.suckless.org/patches/historical/xft.md
index c78296a4..173416f3 100644
--- a/dwm.suckless.org/patches/historical/xft.md
+++ b/dwm.suckless.org/patches/historical/xft.md
_AT_@ -9,7 +9,7 @@ character set. Look at the patch below which is more advance.
 
 The `xft-with-fallback-font` patch adds Xft and fallback-font support to dwm.
 This patch was built on top of the [Xft patch written by
-Quentin](http://lists.suckless.org/dev/1311/18279.html). With fallback font
+Quentin](//lists.suckless.org/dev/1311/18279.html). With fallback font
 support, multiple fonts can now be specified in config.h which are used to
 render characters not present in the first font. If none of the user-specified
 fonts contains a given character, this patch attempts to automatically fallback
diff --git a/dwm.suckless.org/patches/index.md b/dwm.suckless.org/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/dwm.suckless.org/patches/index.md
+++ b/dwm.suckless.org/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/dwm.suckless.org/patches/keymodes.md b/dwm.suckless.org/patches/keymodes.md
index 6f8d571f..6a031903 100644
--- a/dwm.suckless.org/patches/keymodes.md
+++ b/dwm.suckless.org/patches/keymodes.md
_AT_@ -50,6 +50,6 @@ With this patch dwm starts in `COMMANDMODE` and you can use the key bindings as
  * [keymodes-5.8.2-vim.diff][2] (22k, +446 SLOC) (20100611, joten (at) freenet (dot) de)
 
 
-[1]: http://dwm.suckless.org/patches/keymodes-5.8.2.diff
-[2]: http://dwm.suckless.org/patches/keymodes-5.8.2-vim.diff
-[3]: http://dwm.suckless.org/patches/keymodes-5.8.2-vim-config.h
+[1]: //dwm.suckless.org/patches/keymodes-5.8.2.diff
+[2]: //dwm.suckless.org/patches/keymodes-5.8.2-vim.diff
+[3]: //dwm.suckless.org/patches/keymodes-5.8.2-vim-config.h
diff --git a/dwm.suckless.org/patches/keypressrelease.md b/dwm.suckless.org/patches/keypressrelease.md
index 7038b710..919c70d9 100644
--- a/dwm.suckless.org/patches/keypressrelease.md
+++ b/dwm.suckless.org/patches/keypressrelease.md
_AT_@ -34,4 +34,4 @@ Author
 ---
 
 [1] Error produced: "giblib error: couldn't grab keyboard: Resource temporarily unavailable"
-[2] Old discussion thread: [http://lists.suckless.org/dev/1108/9185.html](http://lists.suckless.org/dev/1108/9185.html)
+[2] Old discussion thread: [//lists.suckless.org/dev/1108/9185.html](//lists.suckless.org/dev/1108/9185.html)
diff --git a/dwm.suckless.org/patches/moveontagmon.md b/dwm.suckless.org/patches/moveontagmon.md
index 6fef2c81..9aa09ec5 100644
--- a/dwm.suckless.org/patches/moveontagmon.md
+++ b/dwm.suckless.org/patches/moveontagmon.md
_AT_@ -10,4 +10,4 @@ This patch moves floating windows if their monitor gets changed.
 ## Author ##
  * Apo - a-p_AT_0au.de
 
-[1]: http://dwm.suckless.org/patches/dwm-r1437-moveontagmon.diff
+[1]: //dwm.suckless.org/patches/dwm-r1437-moveontagmon.diff
diff --git a/dwm.suckless.org/patches/nextprev.md b/dwm.suckless.org/patches/nextprev.md
index f40a8fd4..3f7481c2 100644
--- a/dwm.suckless.org/patches/nextprev.md
+++ b/dwm.suckless.org/patches/nextprev.md
_AT_@ -30,4 +30,4 @@
 
  * Rob Pilling - robpilling gmail com
 
-[shiftview]: http://lists.suckless.org/dev/1104/7590.html
+[shiftview]: //lists.suckless.org/dev/1104/7590.html
diff --git a/dwm.suckless.org/patches/pwkl.md b/dwm.suckless.org/patches/pwkl.md
index acf2012a..4ba96735 100644
--- a/dwm.suckless.org/patches/pwkl.md
+++ b/dwm.suckless.org/patches/pwkl.md
_AT_@ -11,7 +11,7 @@ Notes
 -----------
 Andreas Amann pointed out that "you cannot switch between tags per mouse
 if an alternate layout is activated". He kindly created a patch that fixes
-this: [see ml](http://lists.suckless.org/dev/1010/6195.html).
+this: [see ml](//lists.suckless.org/dev/1010/6195.html).
 
 Download
 --------
diff --git a/dwm.suckless.org/patches/tab.md b/dwm.suckless.org/patches/tab.md
index 97adeca9..47192e90 100644
--- a/dwm.suckless.org/patches/tab.md
+++ b/dwm.suckless.org/patches/tab.md
_AT_@ -14,7 +14,7 @@ bar is always display independently of the layout, while in the auto mode it is
 displayed only with the monocle layout and in presence of several windows.
 
 This patch can be used as an alternative to the
-[tabbed](http://tools.suckless.org/tabbed/) tool. It differs in two ways: the
+[tabbed](//tools.suckless.org/tabbed/) tool. It differs in two ways: the
 ''tab'' feature is limited to the monocle mode; it works with any application
 without requiring to support the XEmbed protocol nor to define in advance the
 set of applications to be supported.
diff --git a/dwm.suckless.org/patches/three-column.md b/dwm.suckless.org/patches/three-column.md
index f1068d99..648bac37 100644
--- a/dwm.suckless.org/patches/three-column.md
+++ b/dwm.suckless.org/patches/three-column.md
_AT_@ -35,4 +35,4 @@ Three Column Layout (tcl) is a new layout with a wide master panel centered on t
 
 ## Note
 
-This layout idea was found in a rough form in this [mailing list post](http://lists.suckless.org/dev/1008/5506.html).
+This layout idea was found in a rough form in this [mailing list post](//lists.suckless.org/dev/1008/5506.html).
diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md
index bc42adeb..d1692951 100644
--- a/dwm.suckless.org/tutorial.md
+++ b/dwm.suckless.org/tutorial.md
_AT_@ -8,7 +8,7 @@ Introduction
 
 Using dwm can be done in pure keyboard control or through some extra mouse
 handling. See the
-[config.def.h](http://git.suckless.org/dwm/plain/config.def.h) for what
+[config.def.h](//git.suckless.org/dwm/plain/config.def.h) for what
 are the default bindings. They are used in this tutorial.
 
         [Shift]+[Alt]+[Enter] - launch terminal
_AT_@ -76,7 +76,7 @@ You should also notice the `[]=` symbol between the tag numbers and the title ba
 dwm has two further layout modes, **floating** `><>` `[Alt]+[f]` and
 **monocle** `[M]` `[Alt]+[m]`. Monocle is good for ensuring a window is kept
 maximized and focused. This is useful in web kiosk environments and watching
-flash videos. Further layout modes can be included through [patches](http://dwm.suckless.org/patches/).
+flash videos. Further layout modes can be included through [patches](//dwm.suckless.org/patches/).
 
 Floating
 --------
_AT_@ -95,7 +95,7 @@ used to force certain window sizes, when some application requires this for
 aesthetics or simply to being usable.
 
 If you want to set some type of window to be always floating, look at the
-[config.def.h](http://git.suckless.org/dwm/plain/config.def.h) and the
+[config.def.h](//git.suckless.org/dwm/plain/config.def.h) and the
 `rules` array, where the last but one element defines this behaviour.
 
 Quitting
_AT_@ -117,6 +117,6 @@ Using the tools of X.org, this can be set using:
 
 There are various tools and methods to populate this text with useful
 information from your system or services running on your system. A barebone for
-doing this in C is [dwmstatus](http://dwm.suckless.org/dwmstatus/). See the
-[xinitrc](http://dwm.suckless.org/xinitrc.example) example for how to do it
+doing this in C is [dwmstatus](//dwm.suckless.org/dwmstatus/). See the
+[xinitrc](//dwm.suckless.org/xinitrc.example) example for how to do it
 using a script.
diff --git a/ev.suckless.org/index.md b/ev.suckless.org/index.md
index ba8265f1..cfef0b11 100644
--- a/ev.suckless.org/index.md
+++ b/ev.suckless.org/index.md
_AT_@ -1,6 +1,6 @@
 suckless.org e.V.
 =================
-At [slcon 2](http://suckless.org/conference/2015) eight conference attendees
+At [slcon 2](//suckless.org/conference/2015) eight conference attendees
 founded a legal entity for suckless.org, the "suckless.org e.V.".
 
 suckless.org e.V. is a registered association in Landshut, Germany, with its
_AT_@ -44,5 +44,5 @@ letter or email at any time. There is no refund of the membership fee, though.
 
 Donations
 ---------
-Please check out our [donations](http://suckless.org/donations) page for further advise.
+Please check out our [donations](//suckless.org/donations) page for further advise.
 
diff --git a/libs.suckless.org/deprecated/libixp.md b/libs.suckless.org/deprecated/libixp.md
index e2d9bf6e..12bbc127 100644
--- a/libs.suckless.org/deprecated/libixp.md
+++ b/libs.suckless.org/deprecated/libixp.md
_AT_@ -14,5 +14,5 @@ LIBIXP
 
 Download
 --------
-* [libixp-0.5](http://dl.suckless.org/libs/libixp-0.5.tar.gz)
+* [libixp-0.5](//dl.suckless.org/libs/libixp-0.5.tar.gz)
 
diff --git a/libs.suckless.org/deprecated/r9p.md b/libs.suckless.org/deprecated/r9p.md
index 0a55b9e6..b6dc9f00 100644
--- a/libs.suckless.org/deprecated/r9p.md
+++ b/libs.suckless.org/deprecated/r9p.md
_AT_@ -3,10 +3,10 @@ R9P
     Author: Kris Maglione
     License: MIT
     Version: 0.4
- Repo: http://git.suckless.org/r9p
+ Repo: //git.suckless.org/r9p
 
 `r9p` is a simple [9P](http://9p.cat-v.org) client implementation for Ruby. It currently supports basic filesystem operations, including reading, writing, and listing files. It also supports the operations of the IO class by providing a true file descriptor through a proxy thread.
 
-* [`r9p 0.4`](http://dl.suckless.org/libs/r9p-0.4.tgz)
+* [`r9p 0.4`](//dl.suckless.org/libs/r9p-0.4.tgz)
 
 
diff --git a/libs.suckless.org/libzahl.md b/libs.suckless.org/libzahl.md
index e751e9fc..193e8c29 100644
--- a/libs.suckless.org/libzahl.md
+++ b/libs.suckless.org/libzahl.md
_AT_@ -4,19 +4,19 @@ libzahl
 
 Download
 --------
-* [ISC License](http://git.suckless.org/libzahl/plain/LICENSE)
-* [libzahl 1.0](http://git.suckless.org/libzahl/snapshot/libzahl-1.0.tar.gz)
+* [ISC License](//git.suckless.org/libzahl/plain/LICENSE)
+* [libzahl 1.0](//git.suckless.org/libzahl/snapshot/libzahl-1.0.tar.gz)
 
 Development
 -----------
-You can browse its [source code repository](http://git.suckless.org/libzahl)
+You can browse its [source code repository](//git.suckless.org/libzahl)
 or get a copy using git with the following command:
 
- git clone http://git.suckless.org/libzahl
+ git clone https://git.suckless.org/libzahl
 
 Documentation
 -------------
-Apart from [the man pages](http://git.suckless.org/libzahl/tree/man),
+Apart from [the man pages](//git.suckless.org/libzahl/tree/man),
 `libzahl`'s repository also contains a
 [reference sheet](libzahl-refsheet.pdf) and a
 [reference manual](libzahl-refman.pdf).
_AT_@ -26,7 +26,7 @@ Support
 If you cannot find what you need in the man pages, the
 reference sheet, or the reference manual, the best way
 to get support is to contact
-[the author](http://suckless.org/people/maandree) via
+[the author](//suckless.org/people/maandree) via
 e-mail.
 
 Papers
diff --git a/st.suckless.org/goals.md b/st.suckless.org/goals.md
index df83e5d4..502c3b00 100644
--- a/st.suckless.org/goals.md
+++ b/st.suckless.org/goals.md
_AT_@ -5,7 +5,7 @@ This page is to discuss and maybe add comments on the future of st.
 
 TODO
 ----
-* see the TODO file in the [repository](http://git.suckless.org/st/plain/TODO)
+* see the TODO file in the [repository](//git.suckless.org/st/plain/TODO)
 
 Theoretical features
 --------------------
_AT_@ -33,5 +33,5 @@ Non-goals
 
 Links
 -----
-* [Repository](http://git.suckless.org/st)
+* [Repository](//git.suckless.org/st)
 
diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md
index a735b31e..631d2849 100644
--- a/st.suckless.org/index.md
+++ b/st.suckless.org/index.md
_AT_@ -45,8 +45,8 @@ Things that have already been implemented are
 * fallback fonts
 * line drawing
 
-See the [goals](http://st.suckless.org/goals) for more details and the
-[TODO](http://git.suckless.org/st/plain/TODO) for what still needs to be
+See the [goals](//st.suckless.org/goals) for more details and the
+[TODO](//git.suckless.org/st/plain/TODO) for what still needs to be
 implemented or fixed.
 
 Configuration
_AT_@ -58,18 +58,18 @@ Defaults are stored in `config.def.h`.
 
 FAQ
 ---
-The [FAQ](http://git.suckless.org/st/plain/FAQ) is maintained in the st
+The [FAQ](//git.suckless.org/st/plain/FAQ) is maintained in the st
 source code repository.
 
 Development
 -----------
-st is actively developed. You can [browse](http://git.suckless.org/st) its
+st is actively developed. You can [browse](//git.suckless.org/st) its
 source code repository or get a copy using git with the following command:
 
         git clone git://git.suckless.org/st
 
 Download
 --------
-* [st 0.7](http://dl.suckless.org/st/st-0.7.tar.gz) (2016-08-11)
-* [LICENSE](http://git.suckless.org/st/plain/LICENSE)
+* [st 0.7](//dl.suckless.org/st/st-0.7.tar.gz) (2016-08-11)
+* [LICENSE](//git.suckless.org/st/plain/LICENSE)
 
diff --git a/st.suckless.org/patches/clipboard/index.md b/st.suckless.org/patches/clipboard/index.md
index f31fa5e0..75f90d61 100644
--- a/st.suckless.org/patches/clipboard/index.md
+++ b/st.suckless.org/patches/clipboard/index.md
_AT_@ -5,7 +5,7 @@ Description
 -----------
 
 st only sets PRIMARY on selection since
-[March 2015](http://git.suckless.org/st/commit/?id=28259f5750f0dc7f52bbaf8b746ec3dc576a58ee)
+[March 2015](//git.suckless.org/st/commit/?id=28259f5750f0dc7f52bbaf8b746ec3dc576a58ee)
 according to the
 [Freedesktop standard](http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt).
 
diff --git a/st.suckless.org/patches/index.md b/st.suckless.org/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/st.suckless.org/patches/index.md
+++ b/st.suckless.org/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/sta.li/index.md b/sta.li/index.md
index 5589ba48..66be8f70 100644
--- a/sta.li/index.md
+++ b/sta.li/index.md
_AT_@ -3,22 +3,22 @@
 About
 =====
 stali is a brand new **sta**tic **li**nux distribution based on the original pre-2010
-plans of the [suckless.org](http://suckless.org) project, but with a couple of revised goals:
+plans of the [suckless.org](//suckless.org) project, but with a couple of revised goals:
 
 stali goals
 -----------
-* Follow the suckless [philosophy](http://suckless.org/philosophy)
+* Follow the suckless [philosophy](//suckless.org/philosophy)
 * Target x86\_64 and arm (RPi) support
 * Use custom stali.mk Makefile's for the base system (except Linux kernel so far)
 * Ignore FHS of Linux, it simply sucks. Use a decent [filesystem](/filesystem) structure instead
-* Don't use systemd (read [more](http://uselessd.darknedgy.net/ProSystemdAntiSystemd/) about why it [sucks](http://suckless.org/sucks/systemd))
+* Don't use systemd (read [more](http://uselessd.darknedgy.net/ProSystemdAntiSystemd/) about why it [sucks](//suckless.org/sucks/systemd))
 * Make everything [musl libc](http://www.musl-libc.org/) based
 * Achieve binary size reduction (through the avoidance of glibc and other bloated GNU libraries)
 * Achieve better performance than any other x86\_64 or arm distribution, as only statically linked binaries are used
 * Achieve better memory footprint than heavyweight distros using dynamic linking and all its problems
 * Achieve better ABI stability and long-term maintenability of the static binaries (compared to their dynamic counterparts)
 * Minimize security threat vector - potential flaws only on a per static binary basis (say good bye to the famous LD\_PRELOAD and .so dependency resolver problems)
-* Include a hand selected collection of the best tools for each task (including [sbase](http://core.suckless.org/sbase), [ubase](http://core.suckless.org), ...)
+* Include a hand selected collection of the best tools for each task (including [sbase](//core.suckless.org/sbase), [ubase](//core.suckless.org), ...)
 * Upgrade/install using git, no package manager needed
 
 Source
_AT_@ -32,7 +32,7 @@ Download
 
 Contributing
 ------------
-Join the [suckless community](http://suckless.org/community) to
+Join the [suckless community](//suckless.org/community) to
 discuss further development of stali.
 
 Some related links
diff --git a/sta.li/technologies.md b/sta.li/technologies.md
index b647ff76..140c78aa 100644
--- a/sta.li/technologies.md
+++ b/sta.li/technologies.md
_AT_@ -2,10 +2,10 @@ Software that stali might adopt
 ===============================
 
 * base system
- * [sbase](http://git.suckless.org/sbase/)
- * [ubase](http://git.suckless.org/ubase/)
+ * [sbase](//git.suckless.org/sbase/)
+ * [ubase](//git.suckless.org/ubase/)
 * init
- * [sinit](http://git.suckless.org/sinit/)
+ * [sinit](//git.suckless.org/sinit/)
 * services
         * [runit](http://smarden.org/runit/)
         * [svc](http://git.r-36.net/svc/)
_AT_@ -18,7 +18,7 @@ Software that stali might adopt
         * [nldev](http://git.r-36.net/nldev/)
         * [smdev](http://git.2f30.org/smdev/)
 * wm
- * [dwm](http://dwm.suckless.org)
+ * [dwm](//dwm.suckless.org)
         * [nowm](https://github.com/patrickhaller/no-wm)
 * dyndns
         * [tinydyndns](http://smarden.org/tinydyndns/)
diff --git a/sta.li/wiki.md b/sta.li/wiki.md
index 3c0c17dc..8aa1978f 100644
--- a/sta.li/wiki.md
+++ b/sta.li/wiki.md
_AT_@ -38,7 +38,7 @@ Rules
 Changes
 -------
 The incoming changes to the wiki are all sent to the wiki_AT_
-mailinglist. See [community](http://suckless.org/community) for how to
+mailinglist. See [community](//suckless.org/community) for how to
 subscribe to this list.
 
 Moderators
diff --git a/suckless.org/community.md b/suckless.org/community.md
index 587b2656..015fbced 100644
--- a/suckless.org/community.md
+++ b/suckless.org/community.md
_AT_@ -95,7 +95,7 @@ mailinglist so you can see eventual comments on your patches.
 Mailing lists web archive
 -------------------------
 
-An archive of all mails posted to the mailing lists is accessible via [http://lists.suckless.org/](http://lists.suckless.org/)
+An archive of all mails posted to the mailing lists is accessible via [//lists.suckless.org/](//lists.suckless.org/)
 
 * [dev mailing list archive][devarchive] [gmane.comp.misc.suckless](http://dir.gmane.org/gmane.comp.misc.suckless)
 * [hackers mailing list archive][hackersarchive]
_AT_@ -131,10 +131,10 @@ Other popular channels:
 * [#2f30](irc://irc.freenode.net/#2f30)
 
 
-[devarchive]: http://lists.suckless.org/dev/
-[dwmarchive]: http://lists.suckless.org/dwm/
-[hackersarchive]: http://lists.suckless.org/hackers/
-[newsarchive]: http://lists.suckless.org/news/
-[wikiarchive]: http://lists.suckless.org/wiki/
-[wmiiarchive]: http://lists.suckless.org/wmii/
+[devarchive]: //lists.suckless.org/dev/
+[dwmarchive]: //lists.suckless.org/dwm/
+[hackersarchive]: //lists.suckless.org/hackers/
+[newsarchive]: //lists.suckless.org/news/
+[wikiarchive]: //lists.suckless.org/wiki/
+[wmiiarchive]: //lists.suckless.org/wmii/
 
diff --git a/suckless.org/index.md b/suckless.org/index.md
index feba2c44..e6f9889b 100644
--- a/suckless.org/index.md
+++ b/suckless.org/index.md
_AT_@ -1,4 +1,4 @@
-Home of [dwm](http://dwm.suckless.org), [dmenu](http://tools.suckless.org/dmenu) and other quality software with a focus on simplicity, clarity, and frugality.
+Home of [dwm](//dwm.suckless.org), [dmenu](//tools.suckless.org/dmenu) and other quality software with a focus on simplicity, clarity, and frugality.
 
 Read more about our [philosophy](/philosophy) and join us on the [mailing list](/community).
 
_AT_@ -17,26 +17,26 @@ suckless hackathon
 
 2017-05-06
 ----------
-[blind 1.1](http://tools.suckless.org/blind) released: [download](http://dl.suckless.org/tools/blind-1.1.tar.gz)
+[blind 1.1](//tools.suckless.org/blind) released: [download](//dl.suckless.org/tools/blind-1.1.tar.gz)
 
 2017-05-02
 ----------
-[dmenu 4.7](http://tools.suckless.org/dmenu) released: [download](http://dl.suckless.org/tools/dmenu-4.7.tar.gz)
+[dmenu 4.7](//tools.suckless.org/dmenu) released: [download](//dl.suckless.org/tools/dmenu-4.7.tar.gz)
 
 2017-04-14
 ----------
-[farbfeld 3](http://tools.suckless.org/farbfeld/) released: [download](http://dl.suckless.org/farbfeld/farbfeld-3.tar.gz)
+[farbfeld 3](//tools.suckless.org/farbfeld/) released: [download](//dl.suckless.org/farbfeld/farbfeld-3.tar.gz)
 
 2017-03-28
 ----------
-[surf](http://surf.suckless.org/) now uses webkit2 by default.
-The webkit1 version is kept in the [surf-webkit1](http://git.suckless.org/surf/log/?h=surf-webkit1) branch.
-The “master” branch doesn't exist anymore, HEAD is now [surf-webkit2](http://git.suckless.org/surf/log/),
+[surf](//surf.suckless.org/) now uses webkit2 by default.
+The webkit1 version is kept in the [surf-webkit1](//git.suckless.org/surf/log/?h=surf-webkit1) branch.
+The “master” branch doesn't exist anymore, HEAD is now [surf-webkit2](//git.suckless.org/surf/log/),
 so be sure to rebase your local master commits onto surf-webkit1.
 
 2016-11-20
 ----------
-[slock 1.4](http://tools.suckless.org/slock) released: [download](http://dl.suckless.org/tools/slock-1.4.tar.gz)
+[slock 1.4](//tools.suckless.org/slock) released: [download](//dl.suckless.org/tools/slock-1.4.tar.gz)
 
 2016-09-26
 ----------
_AT_@ -52,11 +52,11 @@ Videos of the [slcon 2016 talks](conferences/2016) are now available.
 
 2015-12-19
 ----------
-[surf 0.7](http://surf.suckless.org) released: [download](http://dl.suckless.org/surf/surf-0.7.tar.gz)
+[surf 0.7](//surf.suckless.org) released: [download](//dl.suckless.org/surf/surf-0.7.tar.gz)
 
 2015-11-25
 ----------
-[sent 0.2](http://tools.suckless.org/sent) released: [download](http://dl.suckless.org/tools/sent-0.2.tar.gz)
+[sent 0.2](//tools.suckless.org/sent) released: [download](//dl.suckless.org/tools/sent-0.2.tar.gz)
 
 2015-11-13
 ----------
_AT_@ -64,7 +64,7 @@ Videos of the [slcon2 talks](conferences/2015) are now available.
 
 2015-11-09
 ----------
-[dwm 6.1](http://dwm.suckless.org) released: [download](http://dl.suckless.org/dwm/dwm-6.1.tar.gz)
+[dwm 6.1](//dwm.suckless.org) released: [download](//dl.suckless.org/dwm/dwm-6.1.tar.gz)
 
 2015-09-23
 ----------
_AT_@ -72,7 +72,7 @@ Kai and Anselm gave an interview about suckless.org on Randal Schwartz' [FLOSS W
 
 2015-07-07
 ----------
-[st 0.6](http://st.suckless.org) released: [download](http://dl.suckless.org/st/st-0.6.tar.gz)
+[st 0.6](//st.suckless.org) released: [download](//dl.suckless.org/st/st-0.6.tar.gz)
 
 2015-02-14
 ----------
_AT_@ -82,7 +82,7 @@ The CfP for interested participants is now open and will end on 2015-04-30.
 
 2014-11-29
 ----------
-[lsw 0.3](http://tools.suckless.org/x/lsw) released: [download](http://dl.suckless.org/tools/lsw-0.3.tar.gz)
+[lsw 0.3](//tools.suckless.org/x/lsw) released: [download](//dl.suckless.org/tools/lsw-0.3.tar.gz)
 
 2014-11-24
 ----------
_AT_@ -93,27 +93,27 @@ community is invited to come, meet and hack!
 
 2014-08-05
 ----------
-[sinit 0.9.1](http://core.suckless.org/sinit) released: [download](http://dl.suckless.org/sinit/sinit-0.9.1.tar.gz)
+[sinit 0.9.1](//core.suckless.org/sinit) released: [download](//dl.suckless.org/sinit/sinit-0.9.1.tar.gz)
 
 2014-05-01
 ----------
-[ubase 0.1](http://core.suckless.org/ubase) released: [download](http://dl.suckless.org/ubase/ubase-0.1.tar.gz)
+[ubase 0.1](//core.suckless.org/ubase) released: [download](//dl.suckless.org/ubase/ubase-0.1.tar.gz)
 
 2014-01-21
 ----------
-[tabbed 0.6](http://tools.suckless.org/tabbed) released: [download](http://dl.suckless.org/tools/tabbed-0.6.tar.gz)
+[tabbed 0.6](//tools.suckless.org/tabbed) released: [download](//dl.suckless.org/tools/tabbed-0.6.tar.gz)
 
 2013-06-16
 ----------
-[sic 1.2](http://tools.suckless.org/sic) released: [download](http://dl.suckless.org/tools/sic-1.2.tar.gz)
+[sic 1.2](//tools.suckless.org/sic) released: [download](//dl.suckless.org/tools/sic-1.2.tar.gz)
 
 2013-05-07
 ----------
-[xssstate 1.1](http://tools.suckless.org/x/xssstate) released: [download](http://dl.suckless.org/tools/xssstate-1.1.tar.gz)
+[xssstate 1.1](//tools.suckless.org/x/xssstate) released: [download](//dl.suckless.org/tools/xssstate-1.1.tar.gz)
 
 2013-05-06
 ----------
-[tabbed 0.5](http://tools.suckless.org/tabbed) released: [download](http://dl.suckless.org/tools/tabbed-0.5.tar.gz)
+[tabbed 0.5](//tools.suckless.org/tabbed) released: [download](//dl.suckless.org/tools/tabbed-0.5.tar.gz)
 
 2013-04-21
 ----------
_AT_@ -122,12 +122,12 @@ We are glad to announce the [slcon 2013](/conferences/2013) programme.
 2012-11-29
 ----------
 We are glad to announce the switch to git from mercurial in all of our
-repositories. You can find them at <http://git.suckless.org>. Many thanks to
+repositories. You can find them at <//git.suckless.org>. Many thanks to
 20h for his contribution!
 
 2012-10-28
 ----------
-[sprop 0.1](http://tools.suckless.org/x/sprop) released: [download](http://dl.suckless.org/tools/sprop-0.1.tar.gz)
+[sprop 0.1](//tools.suckless.org/x/sprop) released: [download](//dl.suckless.org/tools/sprop-0.1.tar.gz)
 
 2012-10-14
 ----------
_AT_@ -145,11 +145,11 @@ conference in Berlin.
 
 2011-01-31
 ----------
-[ii 1.6](http://tools.suckless.org/ii) released (regression fix): [download](http://dl.suckless.org/tools/ii-1.6.tar.gz)
+[ii 1.6](//tools.suckless.org/ii) released (regression fix): [download](//dl.suckless.org/tools/ii-1.6.tar.gz)
 
 2010-06-04
 ----------
-[9base-6](http://tools.suckless.org/9base) released: [download](http://dl.suckless.org/tools/9base-6.tar.gz)
+[9base-6](//tools.suckless.org/9base) released: [download](//dl.suckless.org/tools/9base-6.tar.gz)
 
 2010-03-28
 ----------
_AT_@ -172,8 +172,8 @@ There was a small community meeting in Berlin! Thanks to all attendees.
 
 2008-08-02
 ----------
-[wmname 0.1](http://tools.suckless.org/x/wmname) released: [download](http://dl.suckless.org/tools/wmname-0.1.tar.gz)
+[wmname 0.1](//tools.suckless.org/x/wmname) released: [download](//dl.suckless.org/tools/wmname-0.1.tar.gz)
 
 2008-07-29
 ----------
-[sselp 0.2](http://tools.suckless.org/x/sselp) released: [download](http://dl.suckless.org/tools/sselp-0.2.tar.gz)
+[sselp 0.2](//tools.suckless.org/x/sselp) released: [download](//dl.suckless.org/tools/sselp-0.2.tar.gz)
diff --git a/suckless.org/other_projects.md b/suckless.org/other_projects.md
index a1cc2947..f6165a53 100644
--- a/suckless.org/other_projects.md
+++ b/suckless.org/other_projects.md
_AT_@ -9,7 +9,7 @@ There are several other projects which are inspired by the spirit of suckless.
 * [bus](https://github.com/maandree/bus) - daemonless message broadcasting IPC
 * [cross-chroot](https://github.com/radare/cross-chroot) - cross platform qemu-powered chroot utilities (based on the ideas of the maemo sdk)
 * [dietline](https://github.com/radare/radare2/blob/master/libr/cons/dietline.c) - minimalist implementation of a readline-like library
-* [dmc](http://git.suckless.org/dmc/) - dynamic mail client
+* [dmc](//git.suckless.org/dmc/) - dynamic mail client
 * [dvtm](http://www.brain-dump.org/projects/dvtm/) - screen-like dwm (curses)
 * [dzen](https://github.com/robm/dzen) - display status/notification/menu windows
 * [honden](https://github.com/joodan-van-github/honden) - system built on top of oboeta
_AT_@ -30,7 +30,7 @@ There are several other projects which are inspired by the spirit of suckless.
 * [spt](https://github.com/pickfire/spt) - simple pomodoro timer
 * [srw](https://bitbucket.org/emg/srw) - simple read wrapper
 * [ssg](https://github.com/jroimartin/ssg) - slide generation system with markdown-like syntax
-* [sup](http://git.suckless.org/sup) - minimalistic sudo replacement
+* [sup](//git.suckless.org/sup) - minimalistic sudo replacement
 * [sw](https://github.com/jroimartin/sw) - minimalistic web framework
 * [swx](http://yeuxdelibad.net/Programmation/swx_en.html) - static site generator (inspired from sw)
 * [tiv](https://github.com/radare/tiv) - terminal image viewer
diff --git a/suckless.org/people/FRIGN.md b/suckless.org/people/FRIGN.md
index 345274b6..3e3c6bd2 100644
--- a/suckless.org/people/FRIGN.md
+++ b/suckless.org/people/FRIGN.md
_AT_@ -1,9 +1,9 @@
 FRIGN
 =====
 
-I am the maintainer of [quark](http://tools.suckless.org/quark) and
-work on the [suckless core](http://core.suckless.org/), foremost
-[sbase](http://core.suckless.org/sbase) and
-[ubase](http://core.suckless.org/ubase).
+I am the maintainer of [quark](//tools.suckless.org/quark) and
+work on the [suckless core](//core.suckless.org/), foremost
+[sbase](//core.suckless.org/sbase) and
+[ubase](//core.suckless.org/ubase).
 
 Some of my projects are hosted at [2f30](http://git.2f30.org).
diff --git a/suckless.org/people/Sin.md b/suckless.org/people/Sin.md
index 5fc2d240..14a5e6e8 100644
--- a/suckless.org/people/Sin.md
+++ b/suckless.org/people/Sin.md
_AT_@ -1,7 +1,7 @@
 sin
 ===
 
-I am the original author and maintainer of [ubase](http://core.suckless.org/ubase), [smdev](http://core.suckless.org/smdev) and [sinit](http://core.suckless.org/sinit).
-I also maintain and actively contribute to [sbase](http://core.suckless.org/sbase).
+I am the original author and maintainer of [ubase](//core.suckless.org/ubase), [smdev](//core.suckless.org/smdev) and [sinit](//core.suckless.org/sinit).
+I also maintain and actively contribute to [sbase](//core.suckless.org/sbase).
 
 Some of my other projects are hosted at [2f30](http://git.2f30.org).
diff --git a/suckless.org/people/cdown.md b/suckless.org/people/cdown.md
index a35ee4da..754163d2 100644
--- a/suckless.org/people/cdown.md
+++ b/suckless.org/people/cdown.md
_AT_@ -4,11 +4,11 @@ Chris Down
 I like to write minimalist software. I've written some patches for dwm and some
 stuff for dmenu, although I'm not as active in the community as I used to be.
 
-- [alwaysfullscreen](http://dwm.suckless.org/patches/alwaysfullscreen)
-- [attachaside (unfocused tag version)](http://dwm.suckless.org/patches/attachaside)
-- [center](http://dwm.suckless.org/patches/center)
-- [ispermanent](http://dwm.suckless.org/patches/ispermanent)
-- [killunsel](http://dwm.suckless.org/patches/killunsel)
+- [alwaysfullscreen](//dwm.suckless.org/patches/alwaysfullscreen)
+- [attachaside (unfocused tag version)](//dwm.suckless.org/patches/attachaside)
+- [center](//dwm.suckless.org/patches/center)
+- [ispermanent](//dwm.suckless.org/patches/ispermanent)
+- [killunsel](//dwm.suckless.org/patches/killunsel)
 
 Most of my projects are hosted on [my Github](https://github.com/cdown), or on
 [my website](https://chrisdown.name).
diff --git a/suckless.org/people/cls.md b/suckless.org/people/cls.md
index 4825dbec..83055e76 100644
--- a/suckless.org/people/cls.md
+++ b/suckless.org/people/cls.md
_AT_@ -1,5 +1,5 @@
 cls
 ===
 
-I'm the lead developer of [dmenu](http://tools.suckless.org/dmenu) and
-original author of [sbase](http://core.suckless.org/sbase), I help out with [dwm](http://dwm.suckless.org), and I'm the maintainer of [lsw](http://tools.suckless.org/x/lsw) and [tabbed](http://tools.suckless.org/tabbed). I think that's about it. ☺
+I'm the lead developer of [dmenu](//tools.suckless.org/dmenu) and
+original author of [sbase](//core.suckless.org/sbase), I help out with [dwm](//dwm.suckless.org), and I'm the maintainer of [lsw](//tools.suckless.org/x/lsw) and [tabbed](//tools.suckless.org/tabbed). I think that's about it. ☺
diff --git a/suckless.org/people/drkhsh.md b/suckless.org/people/drkhsh.md
index db88ce4d..ab8a47e3 100644
--- a/suckless.org/people/drkhsh.md
+++ b/suckless.org/people/drkhsh.md
_AT_@ -5,7 +5,7 @@ drkhsh
 
 clean foss software, which does one job only is one of my main principles.
 
-my desktop environment consists of [dwm](http://dwm.suckless.org/), [st](http://st.suckless.org/), [dmenu](http://tools.suckless.org/dmenu/), [slock](http://tools.suckless.org/slock/) and [slstatus](https://github.com/drkhsh/slstatus) as well as a lot of other command line applications.
+my desktop environment consists of [dwm](//dwm.suckless.org/), [st](//st.suckless.org/), [dmenu](//tools.suckless.org/dmenu/), [slock](//tools.suckless.org/slock/) and [slstatus](https://github.com/drkhsh/slstatus) as well as a lot of other command line applications.
 
 i am a huge fan of
 
diff --git a/suckless.org/people/hiltjo.md b/suckless.org/people/hiltjo.md
index c2a0f3b1..2627a329 100644
--- a/suckless.org/people/hiltjo.md
+++ b/suckless.org/people/hiltjo.md
_AT_@ -3,8 +3,8 @@ hiltjo
 
 Greetings traveler,
 
-I'm the current developer and maintainer of [dmenu](http://tools.suckless.org/dmenu) and
-[ii](http://tools.suckless.org/ii).
+I'm the current developer and maintainer of [dmenu](//tools.suckless.org/dmenu) and
+[ii](//tools.suckless.org/ii).
 
 I have contributed some patches to various suckless projects.
 
diff --git a/suckless.org/people/k0ga.md b/suckless.org/people/k0ga.md
index 7ad657fb..a9c92de3 100644
--- a/suckless.org/people/k0ga.md
+++ b/suckless.org/people/k0ga.md
_AT_@ -1,7 +1,7 @@
 k0ga
 ====
 
-I am one of the maintainers of [st](http://st.suckless.org/),
-author and maintainer of [utmp](http://git.suckless.org/utmp/)
-and author and maintainer of [scc](http://git.suckless.org/scc/).
+I am one of the maintainers of [st](//st.suckless.org/),
+author and maintainer of [utmp](//git.suckless.org/utmp/)
+and author and maintainer of [scc](//git.suckless.org/scc/).
 
diff --git a/suckless.org/people/maandree.md b/suckless.org/people/maandree.md
index cee9c296..18437908 100644
--- a/suckless.org/people/maandree.md
+++ b/suckless.org/people/maandree.md
_AT_@ -1,10 +1,10 @@
 Mattias Andrée (maandree)
 =========================
 
-I'm the maintainer of [libzahl](http://libs.suckless.org/libzahl/)
-and [blind](http://tools.suckless.org/blind/), and a contibutor
-to [sbase](http://core.suckless.org/sbase) and
-[ubase](http://core.suckless.org/ubase).
+I'm the maintainer of [libzahl](//libs.suckless.org/libzahl/)
+and [blind](//tools.suckless.org/blind/), and a contibutor
+to [sbase](//core.suckless.org/sbase) and
+[ubase](//core.suckless.org/ubase).
 
 You can find my PGP key on
 [MIT's keyserver](http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBF2236A2678A6A76) and on
diff --git a/suckless.org/people/more_people.md b/suckless.org/people/more_people.md
index b6779f53..4abfd53a 100644
--- a/suckless.org/people/more_people.md
+++ b/suckless.org/people/more_people.md
_AT_@ -47,7 +47,7 @@ developers and contributors. If you are missing, feel free to add yourself.
 * Mathieu L (contributed various feedback)
 * Matthew Allen (contributed several themes and great art assets, works on the WMI mascot)
 * Michael Ihde (provided several fixes to the container.h class and documentation)
-* [Nico Golde (nion)](http://www.ngolde.de) (testing, fixes, wmii-2 blue theme, [ii developer](http://tools.suckless.org/ii/))
+* [Nico Golde (nion)](http://www.ngolde.de) (testing, fixes, wmii-2 blue theme, [ii developer](//tools.suckless.org/ii/))
 * [Norman Golisz](http://www.zcat.de) (documentation)
 * Norman K&ouml;hring (pSy) (developer of szs)
 * Oliver Kopp (contributed various feedback)
diff --git a/suckless.org/people/quinq.md b/suckless.org/people/quinq.md
index 43292cd4..851bf7f2 100644
--- a/suckless.org/people/quinq.md
+++ b/suckless.org/people/quinq.md
_AT_@ -4,7 +4,7 @@ quinq
 Salut les aminches,
 
 I'm contributing to various suckless projects and currently
-maintaining [surf](http://surf.suckless.org) for the webkit2 API.
+maintaining [surf](//surf.suckless.org) for the webkit2 API.
 
 Friend of [2f30](http://2f30.org).
 
diff --git a/suckless.org/people/~ more_people.md b/suckless.org/people/~ more_people.md
index b6779f53..4abfd53a 100644
--- a/suckless.org/people/~ more_people.md
+++ b/suckless.org/people/~ more_people.md
_AT_@ -47,7 +47,7 @@ developers and contributors. If you are missing, feel free to add yourself.
 * Mathieu L (contributed various feedback)
 * Matthew Allen (contributed several themes and great art assets, works on the WMI mascot)
 * Michael Ihde (provided several fixes to the container.h class and documentation)
-* [Nico Golde (nion)](http://www.ngolde.de) (testing, fixes, wmii-2 blue theme, [ii developer](http://tools.suckless.org/ii/))
+* [Nico Golde (nion)](http://www.ngolde.de) (testing, fixes, wmii-2 blue theme, [ii developer](//tools.suckless.org/ii/))
 * [Norman Golisz](http://www.zcat.de) (documentation)
 * Norman K&ouml;hring (pSy) (developer of szs)
 * Oliver Kopp (contributed various feedback)
diff --git a/suckless.org/philosophy.md b/suckless.org/philosophy.md
index 3faef911..3cc8d560 100644
--- a/suckless.org/philosophy.md
+++ b/suckless.org/philosophy.md
_AT_@ -1,9 +1,9 @@
 Philosophy
 ==========
 
-We are the home of quality software such as [dwm](http://dwm.suckless.org),
-[dmenu](http://tools.suckless.org/dmenu), [st](http://st.suckless.org/) and
-plenty of other [tools](http://tools.suckless.org), with
+We are the home of quality software such as [dwm](//dwm.suckless.org),
+[dmenu](//tools.suckless.org/dmenu), [st](//st.suckless.org/) and
+plenty of other [tools](//tools.suckless.org), with
 a focus on simplicity, clarity and frugality. Our philosophy is
 about keeping things simple, minimal and usable. We believe this should become
 the mainstream philosophy in the IT sector. Unfortunately, the tendency for
diff --git a/suckless.org/project_ideas.md b/suckless.org/project_ideas.md
index 899a8814..bce3b04d 100644
--- a/suckless.org/project_ideas.md
+++ b/suckless.org/project_ideas.md
_AT_@ -107,7 +107,7 @@ structure:
 
 ### Write cookie handler for surf
 
-The biggest disadvantage of [surf](http://surf.suckless.org) is sloppy
+The biggest disadvantage of [surf](//surf.suckless.org) is sloppy
 cookie handling. libwebkit and libsoup (which are used for HTTP) were never
 designed to run in multiple processes simultaneously.
 
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
index ac9ded82..1430f162 100644
--- a/suckless.org/rocks.md
+++ b/suckless.org/rocks.md
_AT_@ -90,11 +90,11 @@ IRC Clients
 -----------
 * [Irc](http://swtch.com/irc/)
 * [irc.c from mpu](http://c9x.me/irc/) - A Minimal Curses IRC Client.
-* [ii](http://tools.suckless.org/ii/) - A FIFO based IRC client which is part of the suckless.org project.
+* [ii](//tools.suckless.org/ii/) - A FIFO based IRC client which is part of the suckless.org project.
 * [ircc](http://www.r-36.net/src/Various/ircc.tgz) - A no-frills, ncurses free, console-based IRC client.
 * [ircrc](http://plan9.bell-labs.com/sources/contrib/fgb/rc/ircrc) - An rc-based IRC client similar to ircc. Needs minor modification to run on UNIX.
 * [irssi](http://www.irssi.org/)
-* [sic](http://tools.suckless.org/sic) - Another suckless.org IRC client. Similar to ircc.
+* [sic](//tools.suckless.org/sic) - Another suckless.org IRC client. Similar to ircc.
 * [quIRC](https://github.com/ec429/quIRC) - a lightweight console IRC client
 
 Image Viewers
_AT_@ -121,7 +121,7 @@ Instant Messaging Clients
 Mail Clients
 ------------
 * [Mail][plan9port] - A mail client for [acme][acme]. Included with plan9port.
-* [dmc](http://git.suckless.org/dmc/) - A minimalistic approach to a commandline mail client (WIP)
+* [dmc](//git.suckless.org/dmc/) - A minimalistic approach to a commandline mail client (WIP)
 * [fdm](https://github.com/nicm/fdm) - fetch and deliver mail
 * [isync](http://isync.sourceforge.net/) - MDA that can work better for IMAP
 * [heirloom-mailx](http://heirloom.sourceforge.net/mailx.html) - A mail client based on the original Berkeley Mail 8.1 with many new features.
_AT_@ -169,7 +169,7 @@ Text Editors
 Utilities
 ---------
 * [9menu](http://www.freshports.org/x11/9menu/) - A menu program based on the Blit-style menus so prevalent in Plan 9. A take on it is included with wmii.
-* [dmenu](http://tools.suckless.org/dmenu/) - dmenu is a dynamic menu for X
+* [dmenu](//tools.suckless.org/dmenu/) - dmenu is a dynamic menu for X
 * [slmenu](https://bitbucket.org/rafaelgg/slmenu) - Dmenu spinoff for the console
 * [dvtm](http://www.brain-dump.org/projects/dvtm/) - dynamic virtual terminal manager
 * [abduco](http://www.brain-dump.org/projects/abduco/) - session {at,de}tach support
_AT_@ -189,7 +189,7 @@ Web Browsers
 * [Links](http://links.twibright.com/)
 * [Lynx](http://lynx.browser.org/)
 * [netsurf](http://www.netsurf-browser.org/)
-* [surf](http://surf.suckless.org/)
+* [surf](//surf.suckless.org/)
 * [uzbl](http://uzbl.org/) - Web interface tools which adhere to the unix philosophy.
 * [Vimperator](http://www.vimperator.org/) - An extension to make Firefox keyboard friendly and Vim-like.
 * [VimFX](https://addons.mozilla.org/en-US/firefox/addon/vimfx/) -
_AT_@ -229,7 +229,7 @@ Web Servers
 * [thttpd](http://acme.com/software/thttpd/) - Outperforms many bigger httpds. Old, still works very well!
 * [mini_httpd](http://acme.com/software/mini_httpd/) - By the thttpd developers. Even smaller subset of thttpd with support for .htpasswd, CGI, dirlisting, HTTP errors and SSL, nothing more or less than that.
 * [darkhttpd](https://unix4lyfe.org/darkhttpd/) - Darkhttpd is a simple, fast HTTP 1.1 web server for static content.
-* [quark](http://git.suckless.org/quark/) - suckless httpd, not released yet
+* [quark](//git.suckless.org/quark/) - suckless httpd, not released yet
 * [shus](https://github.com/dimkr/shus) - A tiny HTTP server for static sites
 
 Gopher Servers
diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
index 85f87ddb..8fd756df 100644
--- a/suckless.org/sucks/index.md
+++ b/suckless.org/sucks/index.md
_AT_@ -1,11 +1,11 @@
 Stuff that sucks
 ================
-See the [philosophy](http://suckless.org/philosophy) page about what
+See the [philosophy](//suckless.org/philosophy) page about what
 applies to this page.
 
 Bigger topics that suck:
-[systemd](http://suckless.org/sucks/systemd), [the
-web](http://suckless.org/sucks/web)
+[systemd](//suckless.org/sucks/systemd), [the
+web](//suckless.org/sucks/web)
 
 Libraries
 ---------
_AT_@ -39,7 +39,7 @@ possible to avoid them. If you use them, consider looking for alternatives.
 [8]: https://bugzilla.gnome.org/show_bug.cgi?id=674446
 [9]: https://github.com/atheme/libmowgli-2
 [10]: https://github.com/rofl0r/libulz
-[11]: http://libs.suckless.org/libzahl
+[11]: //libs.suckless.org/libzahl
 [12]: https://github.com/suiginsoft/hebimath
 
 Build Systems
_AT_@ -146,8 +146,8 @@ See also
 
 The [list of harmful software](http://harmful.cat-v.org/software/) at [cat-v.org](http://cat-v.org).
 
-[aterm-ml-post]: http://lists.suckless.org/dev/1102/7141.html
-[st]: http://st.suckless.org/
+[aterm-ml-post]: //lists.suckless.org/dev/1102/7141.html
+[st]: //st.suckless.org/
 [uuterm]: http://etalabs.net/uuterm.html
 [icccm]: http://tronche.com/gui/x/icccm/
 [texinfo]: https://www.gnu.org/software/texinfo/
diff --git a/suckless.org/sucks/systemd.md b/suckless.org/sucks/systemd.md
index 4a108e3d..98ab8d65 100644
--- a/suckless.org/sucks/systemd.md
+++ b/suckless.org/sucks/systemd.md
_AT_@ -20,7 +20,7 @@ What PID 1 Should Do
 When your system boots up the kernel is executing a given binary in its known
 namespace. To
 see what are the only tasks the application running as pid 1 has to do, see
-[sinit](http://git.suckless.org/sinit/). Just wait for child process to reap
+[sinit](//git.suckless.org/sinit/). Just wait for child process to reap
 and run some other init scripts.
 
 The systemd Chronicles
_AT_@ -30,7 +30,7 @@ enforce upon you as a Linux user, because »they know better«.
 
 Please add all the links you can find! Generations after us have to know how
 to not do software and system development! See the
-[wiki instructions](http://suckless.org/wiki) in how to contribute to this
+[wiki instructions](//suckless.org/wiki) in how to contribute to this
 page.
 
 The Never Ending Part
diff --git a/suckless.org/wiki.md b/suckless.org/wiki.md
index d0d23fcd..14fb417d 100644
--- a/suckless.org/wiki.md
+++ b/suckless.org/wiki.md
_AT_@ -7,7 +7,7 @@ local host using the following command:
 
 or
 
- git clone http://git.suckless.org/sites
+ git clone https://git.suckless.org/sites
 
 Then edit the wiki as you like. The markdown interpreter that is currently
 used on the suckless.org werc instance is
_AT_@ -52,7 +52,7 @@ Rules
 Changes
 -------
 The incoming changes to the wiki are all sent to the wiki_AT_
-mailinglist. See [community](http://suckless.org/community) for how to
+mailinglist. See [community](//suckless.org/community) for how to
 subscribe to this list.
 
 Moderators
diff --git a/surf.suckless.org/files/easy_links.md b/surf.suckless.org/files/easy_links.md
index 3736c864..a0343422 100644
--- a/surf.suckless.org/files/easy_links.md
+++ b/surf.suckless.org/files/easy_links.md
_AT_@ -14,7 +14,7 @@ link, only with left hand.
 ## Author
 Christian hahn <ch radamanthys de>
 
-[dev mailing list](http://lists.suckless.org/dev/1009/5996.html)
+[dev mailing list](//lists.suckless.org/dev/1009/5996.html)
 
 
 ## Code
diff --git a/surf.suckless.org/files/kiosk_mode.md b/surf.suckless.org/files/kiosk_mode.md
index eb15e67d..57707757 100644
--- a/surf.suckless.org/files/kiosk_mode.md
+++ b/surf.suckless.org/files/kiosk_mode.md
_AT_@ -67,7 +67,7 @@ following file to '/home/kiosk/.i3/config':
         for_window [class="Surf"] fullscreen
 
         # execute surf
- exec /usr/bin/surf -K http://surf.suckless.org/
+ exec /usr/bin/surf -K //surf.suckless.org/
 
 Now reboot your system and have fun. ;)
 
diff --git a/surf.suckless.org/index.md b/surf.suckless.org/index.md
index 437c6379..2e5220a8 100644
--- a/surf.suckless.org/index.md
+++ b/surf.suckless.org/index.md
_AT_@ -24,7 +24,7 @@ You can navigate by clicking on links on the displayed page. Hit *Ctrl-g* to ent
 
 Links
 -----
-* Mailing List: `dev+subscribe_AT_suckless.org` ([Archives](http://lists.suckless.org/dev))
+* Mailing List: `dev+subscribe_AT_suckless.org` ([Archives](//lists.suckless.org/dev))
 * IRC channel: #suckless at irc.oftc.net
 
 Note On Webkit Versions
_AT_@ -36,14 +36,14 @@ version based on webkit1gtk is still available as a branch.
 
 Development
 -----------
-surf is actively developed. You can [browse](http://git.suckless.org/surf) its
+surf is actively developed. You can [browse](//git.suckless.org/surf) its
 source code repository or get a copy with the following command:
 
- git clone http://git.suckless.org/surf
+ git clone https://git.suckless.org/surf
 
 Download
 --------
-* [MIT/X Consortium license](http://git.suckless.org/surf/plain/LICENSE)
-* [surf 2.0](http://dl.suckless.org/surf/surf-2.0.tar.gz) (2017-03-28)
-* See also [dmenu](http://tools.suckless.org/dmenu),
- [tabbed](http://tools.suckless.org/tabbed)
+* [MIT/X Consortium license](//git.suckless.org/surf/plain/LICENSE)
+* [surf 2.0](//dl.suckless.org/surf/surf-2.0.tar.gz) (2017-03-28)
+* See also [dmenu](//tools.suckless.org/dmenu),
+ [tabbed](//tools.suckless.org/tabbed)
diff --git a/surf.suckless.org/patches/chromebar.md b/surf.suckless.org/patches/chromebar.md
index 4b1bde54..a4070b43 100644
--- a/surf.suckless.org/patches/chromebar.md
+++ b/surf.suckless.org/patches/chromebar.md
_AT_@ -5,7 +5,7 @@ Description
 -----------
 
 This patch is an extension of the [searchengines
-patch](http://surf.suckless.org/patches/searchengines). It parses what you
+patch](//surf.suckless.org/patches/searchengines). It parses what you
 type in the dmenu window when you input new address or a query. If what you
 wrote is not an internet address or a file`s uri, it will use a default search
 engine to query for that phrase: like the chrome bar does.
diff --git a/surf.suckless.org/patches/index.md b/surf.suckless.org/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/surf.suckless.org/patches/index.md
+++ b/surf.suckless.org/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/surf.suckless.org/patches/omnibar.md b/surf.suckless.org/patches/omnibar.md
index 33f441d7..8f71632d 100644
--- a/surf.suckless.org/patches/omnibar.md
+++ b/surf.suckless.org/patches/omnibar.md
_AT_@ -8,7 +8,7 @@ The omnibar script store all URIs, including ones visited by clicking on links,
 and use them to auto-complete when you type on dmenu. The items are sorted by
 number of views.
 
-For [tabbed](http://tools.suckless.org/tabbed/) users, you may also want to add
+For [tabbed](//tools.suckless.org/tabbed/) users, you may also want to add
 the following to your tabbed config.h:
 
         #define GOTO { \
diff --git a/surf.suckless.org/screenshots/index.md b/surf.suckless.org/screenshots/index.md
index 21569b02..837c3c8f 100644
--- a/surf.suckless.org/screenshots/index.md
+++ b/surf.suckless.org/screenshots/index.md
_AT_@ -1,6 +1,6 @@
 [![Screenshot](surf+tabbed-20091028-thumb.jpg)](surf+tabbed-20091028.jpg)
 
-surf with [wmii](http://wmii.suckless.org) using [tabbed](http://tools.suckless.org/tabbed)
+surf with [wmii](http://wmii.suckless.org) using [tabbed](//tools.suckless.org/tabbed)
 
 [![Screenshot](20100423_surf_win-thumb.png)](20100423_surf_win.png)
 
_AT_@ -8,7 +8,7 @@ surf on win32 with a webkitgtk build targetting Windows underneath.
 
 [![Screenshot](surf-20091028-thumb.jpg)](surf-20091028.jpg)
 
-surf with [dwm](http://dwm.suckless.org)
+surf with [dwm](//dwm.suckless.org)
 
 [![Screenshot](surf-kiosk-20130312-thumb.png)](surf-kiosk-20130312.png)
 
diff --git a/tools.suckless.org/9base.md b/tools.suckless.org/9base.md
index 3768bd1b..c66fa7cc 100644
--- a/tools.suckless.org/9base.md
+++ b/tools.suckless.org/9base.md
_AT_@ -60,8 +60,8 @@ The overall SLOC is about 66kSLOC, so this userland + all libs is much smaller t
 
 Download
 --------
-* [9base-6](http://dl.suckless.org/tools/9base-6.tar.gz) (20100604)
-* <code>git clone [http://git.suckless.org/9base](http://git.suckless.org/9base)</code>
+* [9base-6](//dl.suckless.org/tools/9base-6.tar.gz) (20100604)
+* <code>git clone [//git.suckless.org/9base](//git.suckless.org/9base)</code>
 
 Usage
 -----
diff --git a/tools.suckless.org/blind/index.md b/tools.suckless.org/blind/index.md
index 1b86e128..7849658c 100644
--- a/tools.suckless.org/blind/index.md
+++ b/tools.suckless.org/blind/index.md
_AT_@ -161,17 +161,17 @@ Rationale
 Development
 -----------
 
-You can browse its [source code repository](http://git.suckless.org/blind)
+You can browse its [source code repository](//git.suckless.org/blind)
 or get a copy using git with the following command:
 
- git clone http://git.suckless.org/blind
+ git clone https://git.suckless.org/blind
 
 Download
 --------
 
-* [blind-1.0](http://dl.suckless.org/tools/blind-1.0.tar.gz) (2017-01-22)
+* [blind-1.0](//dl.suckless.org/tools/blind-1.0.tar.gz) (2017-01-22)
 
-* [blind-1.1](http://dl.suckless.org/tools/blind-1.1.tar.gz) (2017-05-06)
+* [blind-1.1](//dl.suckless.org/tools/blind-1.1.tar.gz) (2017-05-06)
 
 Also make sure to check your package manager. The following distributions provide packages:
 
diff --git a/tools.suckless.org/dmenu/index.md b/tools.suckless.org/dmenu/index.md
index 85053245..bc491073 100644
--- a/tools.suckless.org/dmenu/index.md
+++ b/tools.suckless.org/dmenu/index.md
_AT_@ -2,25 +2,25 @@ dmenu
 =====
 
 dmenu is a dynamic menu for X, originally designed for
-[dwm](http://dwm.suckless.org/). It manages large numbers of user-defined menu
+[dwm](//dwm.suckless.org/). It manages large numbers of user-defined menu
 items efficiently.
 
 
 Download
 --------
 
-* [dmenu-4.7](http://dl.suckless.org/tools/dmenu-4.7.tar.gz) (20170502)
+* [dmenu-4.7](//dl.suckless.org/tools/dmenu-4.7.tar.gz) (20170502)
 
 
 Mailing list
 ------------
 
-* `dev+subscribe_AT_suckless.org` ([Archives](http://lists.suckless.org/dev/))
-([Old Archives](http://lists.suckless.org/dwm/)) (see [community](http://suckless.org/community/) for details)
+* `dev+subscribe_AT_suckless.org` ([Archives](//lists.suckless.org/dev/))
+([Old Archives](//lists.suckless.org/dwm/)) (see [community](//suckless.org/community/) for details)
 
 
 Development
 -----------
-You can [browse](http://git.suckless.org/dmenu) its source code repository or get a copy using git with the following command:
+You can [browse](//git.suckless.org/dmenu) its source code repository or get a copy using git with the following command:
 
- git clone http://git.suckless.org/dmenu
+ git clone https://git.suckless.org/dmenu
diff --git a/tools.suckless.org/dmenu/patches/index.md b/tools.suckless.org/dmenu/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/tools.suckless.org/dmenu/patches/index.md
+++ b/tools.suckless.org/dmenu/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/tools.suckless.org/dmenu/scripts/index.md b/tools.suckless.org/dmenu/scripts/index.md
index 73d99f3f..850e553d 100644
--- a/tools.suckless.org/dmenu/scripts/index.md
+++ b/tools.suckless.org/dmenu/scripts/index.md
_AT_@ -22,6 +22,6 @@ Download
  the terminal.
 * [dbrowse](https://github.com/clamiax/scripts/blob/master/src/dbrowse):
   little files navigator
-* [dmenu_run_history](http://tools.suckless.org/dmenu/scripts/dmenu_run_with_command_history) :
+* [dmenu_run_history](//tools.suckless.org/dmenu/scripts/dmenu_run_with_command_history) :
   dmenu_run alternative with command history
 * [dbdb.sh](dbdb.sh): dmenu-based directory browser
diff --git a/tools.suckless.org/farbfeld/index.md b/tools.suckless.org/farbfeld/index.md
index efcf6b91..862504aa 100644
--- a/tools.suckless.org/farbfeld/index.md
+++ b/tools.suckless.org/farbfeld/index.md
_AT_@ -28,17 +28,17 @@ Dependencies
 Development
 -----------
 
-You can [browse](http://git.suckless.org/farbfeld) its source code repository
+You can [browse](//git.suckless.org/farbfeld) its source code repository
 or get a copy using the following command:
 
- git clone http://git.suckless.org/farbfeld
+ git clone https://git.suckless.org/farbfeld
 
 Download
 --------
 
-* [farbfeld-1](http://dl.suckless.org/farbfeld/farbfeld-1.tar.gz) (2016-01-06)
-* [farbfeld-2](http://dl.suckless.org/farbfeld/farbfeld-2.tar.gz) (2016-03-14)
-* [farbfeld-3](http://dl.suckless.org/farbfeld/farbfeld-3.tar.gz) (2017-04-14)
+* [farbfeld-1](//dl.suckless.org/farbfeld/farbfeld-1.tar.gz) (2016-01-06)
+* [farbfeld-2](//dl.suckless.org/farbfeld/farbfeld-2.tar.gz) (2016-03-14)
+* [farbfeld-3](//dl.suckless.org/farbfeld/farbfeld-3.tar.gz) (2017-04-14)
 
 Also make sure to check your package manager. The following distributions
 provide packages:
_AT_@ -55,7 +55,7 @@ Implementations
 ---------------
 
 * [lel](http://git.2f30.org/lel) farbfeld image viewer
-* [sent](http://tools.suckless.org/sent/) presentation tool
+* [sent](//tools.suckless.org/sent/) presentation tool
 * [Go encoder/decoder](https://github.com/hullerob/go.farbfeld)
 * [resize](https://github.com/ender672/farbfeld-resize) image filter
 * [gamut](https://github.com/erik/gamut) image filter collection
diff --git a/tools.suckless.org/ii/index.md b/tools.suckless.org/ii/index.md
index dc17d9d7..688aa93e 100644
--- a/tools.suckless.org/ii/index.md
+++ b/tools.suckless.org/ii/index.md
_AT_@ -30,14 +30,14 @@ It consists of <= 500 lines of code and is the big brother of [sic](/sic)
 
 Download
 --------
-* [ii 1.7](http://dl.suckless.org/tools/ii-1.7.tar.gz) (10kb) (20130105)
+* [ii 1.7](//dl.suckless.org/tools/ii-1.7.tar.gz) (10kb) (20130105)
 
 Development
 -----------
-You can [browse](http://git.suckless.org/ii) its source code repository or get
+You can [browse](//git.suckless.org/ii) its source code repository or get
 a copy using the following command:
 
-`git clone http://git.suckless.org/ii`
+`git clone https://git.suckless.org/ii`
 
 Contact
 -------
diff --git a/tools.suckless.org/ii/patches/index.md b/tools.suckless.org/ii/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/tools.suckless.org/ii/patches/index.md
+++ b/tools.suckless.org/ii/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/tools.suckless.org/ii/patches/joinuser.md b/tools.suckless.org/ii/patches/joinuser.md
index 75589d34..c3ca4dbb 100644
--- a/tools.suckless.org/ii/patches/joinuser.md
+++ b/tools.suckless.org/ii/patches/joinuser.md
_AT_@ -6,7 +6,7 @@ Description
 
 By default to PRIVMSG a user you need to `/j user message`, this patch makes `message` optional.
 It also displays "-!- yournick has joined user" prior to any messages both when you `/j user` and
-when a user messages you, and incorporates the [autojoin](http://tools.suckless.org/ii/patches/autojoin)
+when a user messages you, and incorporates the [autojoin](//tools.suckless.org/ii/patches/autojoin)
 patch, so you do not need to `/j user` first to talk to someone who has already messaged you.
 
 Download
diff --git a/tools.suckless.org/quark/index.md b/tools.suckless.org/quark/index.md
index 9f641eae..e0883d4e 100644
--- a/tools.suckless.org/quark/index.md
+++ b/tools.suckless.org/quark/index.md
_AT_@ -6,7 +6,7 @@ static pages on a single host.
 Development
 -----------
 
-You can [browse](http://git.suckless.org/quark) the source code repository or
+You can [browse](//git.suckless.org/quark) the source code repository or
 get a copy with the following command:
 
         git clone git://git.suckless.org/quark
diff --git a/tools.suckless.org/sandy.md b/tools.suckless.org/sandy.md
index 64573676..20dc7c9a 100644
--- a/tools.suckless.org/sandy.md
+++ b/tools.suckless.org/sandy.md
_AT_@ -11,12 +11,12 @@ Features / Non-features
 * Very simple commands read from a named pipe
 * Very basic, regex-based syntax colouring
 * Xterm-like mouse support
-* X11 integration is achieved through external tools such as [xsel](http://www.kfish.org/software/xsel/) and [dmenu](http://tools.suckless.org/dmenu/)
+* X11 integration is achieved through external tools such as [xsel](http://www.kfish.org/software/xsel/) and [dmenu](//tools.suckless.org/dmenu/)
 * Lacks many text processing facilities that can be easily achieved by piping text through an external command
 
 Development
 -----------
-You can [browse](http://git.suckless.org/sandy) the source code repository or get a copy with the following command:
+You can [browse](//git.suckless.org/sandy) the source code repository or get a copy with the following command:
 
- git clone http://git.suckless.org/sandy
+ git clone https://git.suckless.org/sandy
 
diff --git a/tools.suckless.org/sent/index.md b/tools.suckless.org/sent/index.md
index 8c87e68d..de814bd1 100644
--- a/tools.suckless.org/sent/index.md
+++ b/tools.suckless.org/sent/index.md
_AT_@ -21,9 +21,9 @@ Dependencies
 ------------
 
 * Xlib and Xft for building
-* [farbfeld](http://tools.suckless.org/farbfeld/) tools to use images in the
+* [farbfeld](//tools.suckless.org/farbfeld/) tools to use images in the
   presentations (if you don't want to use farbfeld,
- [sent-0.2](http://dl.suckless.org/tools/sent-0.2.tar.gz) was the last version
+ [sent-0.2](//dl.suckless.org/tools/sent-0.2.tar.gz) was the last version
   with just png support, but may lack fixes and further improvements since its
   release)
 
_AT_@ -84,17 +84,17 @@ with `#` will be ignored. A `\` at the beginning of the line escapes `@` and
         thanks / questions?
 
 A deeper example can be found in [this
-file](http://git.suckless.org/sent/tree/example) from the repository root.
+file](//git.suckless.org/sent/tree/example) from the repository root.
 
 Development
 -----------
 
-You can [browse](http://git.suckless.org/sent) its source code repository
+You can [browse](//git.suckless.org/sent) its source code repository
 or get a copy using the following command:
 
- git clone http://git.suckless.org/sent
+ git clone https://git.suckless.org/sent
 
 Download
 --------
 
-* [sent-0.2](http://dl.suckless.org/tools/sent-0.2.tar.gz) (20151125)
+* [sent-0.2](//dl.suckless.org/tools/sent-0.2.tar.gz) (20151125)
diff --git a/tools.suckless.org/sent/patches/index.md b/tools.suckless.org/sent/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/tools.suckless.org/sent/patches/index.md
+++ b/tools.suckless.org/sent/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/tools.suckless.org/sic/index.md b/tools.suckless.org/sic/index.md
index 4e4d567f..70cd0ffc 100644
--- a/tools.suckless.org/sic/index.md
+++ b/tools.suckless.org/sic/index.md
_AT_@ -4,12 +4,12 @@ sic is an extremely simple IRC client. It consists of less than 250 lines of cod
 
 Download
 --------
-* [sic 1.2](http://dl.suckless.org/tools/sic-1.2.tar.gz) (5KB) (20130616)
+* [sic 1.2](//dl.suckless.org/tools/sic-1.2.tar.gz) (5KB) (20130616)
 
 Development
 -----------
-You can [browse](http://git.suckless.org/sic) its source code repository or
+You can [browse](//git.suckless.org/sic) its source code repository or
 get a copy using the following command:
 
- git clone http://git.suckless.org/sic
+ git clone https://git.suckless.org/sic
 
diff --git a/tools.suckless.org/sic/patches/index.md b/tools.suckless.org/sic/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/tools.suckless.org/sic/patches/index.md
+++ b/tools.suckless.org/sic/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/tools.suckless.org/slock/index.md b/tools.suckless.org/slock/index.md
index 6c53f089..e49b0e86 100644
--- a/tools.suckless.org/slock/index.md
+++ b/tools.suckless.org/slock/index.md
_AT_@ -14,14 +14,14 @@ paranoid and turning red on failed login attempts suffices for you, set
 
 Development
 -----------
-You can [browse](http://git.suckless.org/slock) its source code repository
+You can [browse](//git.suckless.org/slock) its source code repository
 or get a copy using the following command:
 
- git clone http://git.suckless.org/slock
+ git clone https://git.suckless.org/slock
 
 Download
 --------
-* [slock-1.4](http://dl.suckless.org/tools/slock-1.4.tar.gz) (20161120)
+* [slock-1.4](//dl.suckless.org/tools/slock-1.4.tar.gz) (20161120)
 
 Xautolock
 ---------
_AT_@ -32,6 +32,6 @@ command syntax is:
         xautolock -time 10 -locker slock
 
 Simpler alternatives to xautolock might be
-[xssstate](http://git.suckless.org/xssstate/) or
+[xssstate](//git.suckless.org/xssstate/) or
 [xss](http://woozle.org/~neale/src/xss.html).
 
diff --git a/tools.suckless.org/slock/patches/index.md b/tools.suckless.org/slock/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/tools.suckless.org/slock/patches/index.md
+++ b/tools.suckless.org/slock/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/tools.suckless.org/tabbed/index.md b/tools.suckless.org/tabbed/index.md
index 4854f52d..945663f8 100644
--- a/tools.suckless.org/tabbed/index.md
+++ b/tools.suckless.org/tabbed/index.md
_AT_@ -3,19 +3,19 @@
 tabbed
 ======
 Simple generic tabbed fronted to xembed aware applications, originally designed
-for [surf](http://surf.suckless.org) but also usable with many other
-applications, i.e. [st](http://st.suckless.org), [uzbl](http://uzbl.org),
+for [surf](//surf.suckless.org) but also usable with many other
+applications, i.e. [st](//st.suckless.org), [uzbl](http://uzbl.org),
 [urxvt](http://software.schmorp.de/pkg/rxvt-unicode.html) and
 [xterm](http://invisible-island.net/xterm/)
 
 Development
 -----------
-You can [browse](http://git.suckless.org/tabbed) its source code repository
+You can [browse](//git.suckless.org/tabbed) its source code repository
 or get a copy using the following command:
 
- git clone http://git.suckless.org/tabbed
+ git clone https://git.suckless.org/tabbed
 
 Download
 --------
-* [tabbed-0.6](http://dl.suckless.org/tools/tabbed-0.6.tar.gz) (20140121)
+* [tabbed-0.6](//dl.suckless.org/tools/tabbed-0.6.tar.gz) (20140121)
 
diff --git a/tools.suckless.org/tabbed/patches/index.md b/tools.suckless.org/tabbed/patches/index.md
index fd64b9b8..bfe0d3e2 100644
--- a/tools.suckless.org/tabbed/patches/index.md
+++ b/tools.suckless.org/tabbed/patches/index.md
_AT_@ -2,4 +2,4 @@ patches
 =======
 
 For instructions on how to submit and format patches, take a look at
-the [hacking guidelines](http://suckless.org/hacking).
+the [hacking guidelines](//suckless.org/hacking).
diff --git a/tools.suckless.org/x/lsw.md b/tools.suckless.org/x/lsw.md
index cff5339b..7ecd8d03 100644
--- a/tools.suckless.org/x/lsw.md
+++ b/tools.suckless.org/x/lsw.md
_AT_@ -5,4 +5,4 @@ useful for script integration.
 
 Download
 --------
-* [lsw-0.3](http://dl.suckless.org/tools/lsw-0.3.tar.gz) (20141129)
+* [lsw-0.3](//dl.suckless.org/tools/lsw-0.3.tar.gz) (20141129)
diff --git a/tools.suckless.org/x/sprop.md b/tools.suckless.org/x/sprop.md
index 455e08fd..058bab7c 100644
--- a/tools.suckless.org/x/sprop.md
+++ b/tools.suckless.org/x/sprop.md
_AT_@ -4,12 +4,12 @@ sprop is a simple X property utility. Less is more.
 
 Download
 --------
-* [sprop-0.1](http://dl.suckless.org/tools/sprop-0.1.tar.gz) (20121028)
+* [sprop-0.1](//dl.suckless.org/tools/sprop-0.1.tar.gz) (20121028)
 
 Repository
 ----------
- git clone http://git.suckless.org/sprop
+ git clone https://git.suckless.org/sprop
 
 Links
 -----
-* [Initial announcement](http://lists.suckless.org/dev/1004/3718.html)
+* [Initial announcement](//lists.suckless.org/dev/1004/3718.html)
diff --git a/tools.suckless.org/x/sselp.md b/tools.suckless.org/x/sselp.md
index 1c6e416c..d1c6562c 100644
--- a/tools.suckless.org/x/sselp.md
+++ b/tools.suckless.org/x/sselp.md
_AT_@ -6,4 +6,4 @@ query the X selection without pressing mouse Button2 in cumbersome ways.
 
 Download
 --------
-* [sselp-0.2](http://dl.suckless.org/tools/sselp-0.2.tar.gz) (20080729)
+* [sselp-0.2](//dl.suckless.org/tools/sselp-0.2.tar.gz) (20080729)
diff --git a/tools.suckless.org/x/svkbd.md b/tools.suckless.org/x/svkbd.md
index 390dd15c..c4b60a18 100644
--- a/tools.suckless.org/x/svkbd.md
+++ b/tools.suckless.org/x/svkbd.md
_AT_@ -40,5 +40,5 @@ window corner.
 Repository
 ----------
 
- git clone http://git.suckless.org/svkbd
+ git clone https://git.suckless.org/svkbd
 
diff --git a/tools.suckless.org/x/swarp.md b/tools.suckless.org/x/swarp.md
index d3c87a63..dfbff7c1 100644
--- a/tools.suckless.org/x/swarp.md
+++ b/tools.suckless.org/x/swarp.md
_AT_@ -8,5 +8,5 @@ will warp the pointer to (100, 100) on your screen.
 
 Download
 --------
-* [swarp-0.1](http://dl.suckless.org/tools/swarp-0.1.tar.gz) (20061013)
+* [swarp-0.1](//dl.suckless.org/tools/swarp-0.1.tar.gz) (20061013)
 
diff --git a/tools.suckless.org/x/wmname.md b/tools.suckless.org/x/wmname.md
index 007decb9..b0e71a1e 100644
--- a/tools.suckless.org/x/wmname.md
+++ b/tools.suckless.org/x/wmname.md
_AT_@ -8,14 +8,14 @@ programs assuming a reparenting window manager for instance.
 
 Download
 --------
-* [wmname-0.1](http://dl.suckless.org/tools/wmname-0.1.tar.gz)
+* [wmname-0.1](//dl.suckless.org/tools/wmname-0.1.tar.gz)
 
 Repository
 ----------
-You can [browse](http://git.suckless.org/wmname) the source code or get a
+You can [browse](//git.suckless.org/wmname) the source code or get a
 copy using the following command:
 
- git clone http://git.suckless.org/wmname
+ git clone https://git.suckless.org/wmname
 
 Usage
 -----
diff --git a/tools.suckless.org/x/xssstate.md b/tools.suckless.org/x/xssstate.md
index 3b52e4bb..919be266 100644
--- a/tools.suckless.org/x/xssstate.md
+++ b/tools.suckless.org/x/xssstate.md
_AT_@ -5,13 +5,13 @@ A simple tool to retrieve the X screensaver state.
 Release
 -------
 
-* [xssstate-1.1.tgz](http://dl.suckless.org/tools/xssstate-1.1.tar.gz)
+* [xssstate-1.1.tgz](//dl.suckless.org/tools/xssstate-1.1.tar.gz)
   (20130507)
 
 Development
 -----------
-You can [browse](http://git.suckless.org/xssstate) its source code repository
+You can [browse](//git.suckless.org/xssstate) its source code repository
 or get a copy using the following command:
 
- git clone http://git.suckless.org/xssstate
+ git clone https://git.suckless.org/xssstate
 
Received on Wed Aug 30 2017 - 19:28:09 CEST

This archive was generated by hypermail 2.3.0 : Wed Aug 30 2017 - 19:36:26 CEST