Tweak basement links
Link to lore.kernel.org instead of vger.kernel.org, plus reorder and
reword some of the titles.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
diff --git a/pelicanconf.py b/pelicanconf.py
index 9c285a5..b095f6a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -63,12 +63,12 @@
# Blogroll
LINKS = (
- ('Cgit', 'https://git.kernel.org/'),
- ('Documentation', 'https://www.kernel.org/doc/html/latest/'),
+ ('Git Trees', 'https://git.kernel.org/'),
+ ('Documentation', 'https://docs.kernel.org/'),
+ ('Kernel Mailing Lists', 'https://lore.kernel.org/'),
+ ('Patchwork', 'https://patchwork.kernel.org/'),
('Wikis', 'https://www.wiki.kernel.org/'),
('Bugzilla', 'https://bugzilla.kernel.org/'),
- ('Patchwork', 'https://patchwork.kernel.org/'),
- ('Kernel Mailing Lists', 'http://vger.kernel.org/'),
('Mirrors', 'https://mirrors.kernel.org/'),
('Linux.com', 'https://www.linux.com/'),
('Linux Foundation', 'http://www.linuxfoundation.org/'),