summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-06-18 16:47:04 +0200
committerAndreas Kling <kling@serenityos.org>2020-06-18 16:47:04 +0200
commit3f87c98f445838e905559fd51ad8f5768110d716 (patch)
treed577519b2fc277bccb87e0e8dce28e0eca424956 /Base/home
parent34ee76984cb1f0dfb2977ac53a23cf640531aa68 (diff)
downloadserenity-3f87c98f445838e905559fd51ad8f5768110d716.zip
Base: Fix broken ACID2 browser bookmark :^)
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/bookmarks.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/bookmarks.json b/Base/home/anon/bookmarks.json
index 0b422b5bfa..c0cd85a8c1 100644
--- a/Base/home/anon/bookmarks.json
+++ b/Base/home/anon/bookmarks.json
@@ -17,6 +17,6 @@
},
{
"title": "ACID2",
- "url": "file:///home/anon/www/acid2.html#top"
+ "url": "file:///res/html/misc/acid2.html#top"
}
]