From 9f4008c3343cce96ffde6f12f0633f415a1f0139 Mon Sep 17 00:00:00 2001 From: Martin Weber Date: Thu, 31 Aug 2023 16:03:40 +0200 Subject: [PATCH] etc/qutebrowser: Update Arch Linux manpage search engine It's now officially part of Arch Linux. :-D (has been for a while, actually...) --- etc/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/qutebrowser/config.py b/etc/qutebrowser/config.py index 57c5ba6c..3e15ff87 100644 --- a/etc/qutebrowser/config.py +++ b/etc/qutebrowser/config.py @@ -111,7 +111,7 @@ 'hulbee': 'https://hulbee.com/?query={}®ion=browser&uiLanguage=browser', 'gw': 'https://gnugeneration.epfl.ch/accueil?do=search&id={}', - 'man': 'http://jlk.fjfi.cvut.cz/arch/manpages/search?q={}', + 'man': 'https://man.archlinux.org/search?q={}', 'debman': 'https://dyn.manpages.debian.org/jump?q={}', 'sc': 'https://github.com/koalaman/shellcheck/wiki/SC{}', 'posix': 'http://pubs.opengroup.org/onlinepubs/9699919799/utilities/{}.html',