diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-18 16:47:04 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-18 16:47:04 +0200 |
commit | 3f87c98f445838e905559fd51ad8f5768110d716 (patch) | |
tree | d577519b2fc277bccb87e0e8dce28e0eca424956 /Base/home | |
parent | 34ee76984cb1f0dfb2977ac53a23cf640531aa68 (diff) | |
download | serenity-3f87c98f445838e905559fd51ad8f5768110d716.zip |
Base: Fix broken ACID2 browser bookmark :^)
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/bookmarks.json | 2 |
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" } ] |