From 1b1237a4cbe5e4c97b699e1ee85eb2c6492cc366 Mon Sep 17 00:00:00 2001 From: "Jose E. Bolanos" Date: Wed, 9 Mar 2011 14:25:55 -0600 Subject: [PATCH] Bug 640246 - All links in Personas Plus should go to https:// version of the pages, not http:// --- client/modules/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/service.js b/client/modules/service.js index e9b07c2..2eba134 100644 --- a/client/modules/service.js +++ b/client/modules/service.js @@ -178,7 +178,7 @@ let PersonaService = { "description":null, "author":"Lee.Tom", "username":"Lee.Tom", - "detailURL":"http:\/\/www.getpersonas.com\/persona\/33", + "detailURL":"https:\/\/www.getpersonas.com\/persona\/33", "headerURL":"http:\/\/www.getpersonas.com\/static\/3\/3\/33\/tbox-groovy_blue.jpg", "footerURL":"http:\/\/www.getpersonas.com\/static\/3\/3\/33\/stbar-groovy_blue.jpg", "previewURL":"http:\/\/www.getpersonas.com\/static\/3\/3\/33\/preview.jpg",