branch: externals/exwm commit 905c1b531ece5df4ad86ca7c7d4f678db093022d Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
; Update URLs (https) --- exwm-randr.el | 2 +- exwm-xim.el | 4 ++-- exwm.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exwm-randr.el b/exwm-randr.el index e2a3f53e12..62fb465924 100644 --- a/exwm-randr.el +++ b/exwm-randr.el @@ -42,7 +42,7 @@ ;; to xrandr(1) for the configuration of RandR. ;; References: -;; + RandR (http://www.x.org/archive/X11R7.7/doc/randrproto/randrproto.txt) +;; + RandR (https://www.x.org/archive/X11R7.7/doc/randrproto/randrproto.txt) ;;; Code: diff --git a/exwm-xim.el b/exwm-xim.el index 91f8051857..0c501b7d1d 100644 --- a/exwm-xim.el +++ b/exwm-xim.el @@ -61,8 +61,8 @@ ;; export CLUTTER_IM_MODULE=xim ;; References: -;; + XIM (http://www.x.org/releases/X11R7.6/doc/libX11/specs/XIM/xim.html) -;; + IMdkit (http://xorg.freedesktop.org/archive/unsupported/lib/IMdkit/) +;; + XIM (https://www.x.org/releases/X11R7.6/doc/libX11/specs/XIM/xim.html) +;; + IMdkit (https://xorg.freedesktop.org/archive/unsupported/lib/IMdkit/) ;; + UIM (https://github.com/uim/uim) ;;; Code: diff --git a/exwm.el b/exwm.el index 6fb149b477..4386f3eb25 100644 --- a/exwm.el +++ b/exwm.el @@ -65,7 +65,7 @@ ;; for more detailed instructions on installation, configuration, usage, etc. ;; References: -;; + dwm (http://dwm.suckless.org/) +;; + dwm (https://dwm.suckless.org/) ;; + i3 wm (https://i3wm.org/) ;; + Also see references within each required library.