From b2d167b10674d38c12fcf9fff42e0092fb87008e Mon Sep 17 00:00:00 2001 From: Humdinger Date: Thu, 12 May 2016 16:58:30 +0200 Subject: [PATCH] Updated WebPositive bookmarks Changed the Launcher URLs to the website's user guide and welcome page instead of the trunk at http://cgit.haiku-os.org/, because that'll only show the html source code. Changed http to https in the bookmarks where possible. --- build/jam/OptionalPackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index b9cae13301..dc1d7ee19a 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -195,7 +195,7 @@ if [ IsOptionalHaikuImagePackageAdded WebPositive ] { AddPackageFilesToHaikuImage system : webpositive.hpkg : nameFromMetaInfo ; InstallOptionalHaikuImagePackage - $(baseURL)/WebPositiveBookmarks-2015-10-25.zip + $(baseURL)/WebPositiveBookmarks-2016-05-12.zip : home config settings WebPositive ; break ; }