From ed81eb610ddd995fd690d9c17e08496b3b37e6e7 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 15 May 2021 12:52:51 +0200 Subject: [PATCH] Base: Use http://serenityos.org/ for the default browser bookmark We are currently unable to load the HTTPS version of the site due to missing cipher suite support. --- Base/home/anon/.config/bookmarks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/home/anon/.config/bookmarks.json b/Base/home/anon/.config/bookmarks.json index 3e19e39908..08dfc21bbe 100644 --- a/Base/home/anon/.config/bookmarks.json +++ b/Base/home/anon/.config/bookmarks.json @@ -1,7 +1,7 @@ [ { "title": "SerenityOS.org", - "url": "http://www.serenityos.org/" + "url": "http://serenityos.org/" }, { "title": "SerenityOS @ GitHub",