From 168a65cd1170add9284e35b011c7654bb9e00de5 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 18 May 2017 10:23:02 +0300 Subject: [PATCH] added https at the website line --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index e87544803..b33d0f073 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1468,7 +1468,7 @@ "Server": "cloudera" }, "icon": "Cloudera.png", - "website": "www.cloudera.com" + "website": "https://www.cloudera.com/" }, "CloudCart": { "cats": [ @@ -1478,7 +1478,7 @@ "author": "^CloudCart LLC$" }, "script": "^cdncloudcart$", - "website": "cloudcart.com", + "website": "https://cloudcart.com", "icon": "cloudcart.svg" }, "CodeIgniter": {