From 43fe01ee96538690ea5d12d61be948a1de489624 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 28 Aug 2017 14:25:53 -0400 Subject: [PATCH] Default to HTTPS for ebook / SFX links Signed-off-by: Dan Scott --- tools/ebooks/prep_ebook_records.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ebooks/prep_ebook_records.py b/tools/ebooks/prep_ebook_records.py index fd91acc2f4..22a2d30762 100755 --- a/tools/ebooks/prep_ebook_records.py +++ b/tools/ebooks/prep_ebook_records.py @@ -61,9 +61,9 @@ class Institution(): "org_unit": "105", \ "ebrary_code": "jndlu", \ "gale_code": "sudb78095", \ - "proxy": "http://librweb.laurentian.ca/login?url=", \ + "proxy": "https://login.librweb.laurentian.ca/login?url=", \ "link_text": "Available online / disponible en ligne", \ - "sfx_url": "http://sfx.scholarsportal.info/laurentian", \ + "sfx_url": "https://sfx.scholarsportal.info/laurentian", \ "access_note": "Access restricted to users with a valid Laurentian University ID ;" \ } -- 2.11.0