From: Jim Procter Date: Fri, 29 Sep 2017 07:18:53 +0000 (+0100) Subject: JAL-2745 update default EBI-eye search URL to HTTPS X-Git-Tag: Release_2_10_2b2^2~6 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=b8653b1981b268973e423be49faa1e2ca549d79d;hp=fc7f615a5a4d53b9d71f43dcf02c7a77d9ab41e8;p=jalview.git JAL-2745 update default EBI-eye search URL to HTTPS --- diff --git a/src/jalview/util/UrlConstants.java b/src/jalview/util/UrlConstants.java index 3347cc7..d6ece8d 100644 --- a/src/jalview/util/UrlConstants.java +++ b/src/jalview/util/UrlConstants.java @@ -55,7 +55,7 @@ public class UrlConstants * Default sequence URL link string for EMBL-EBI search */ public static final String DEFAULT_STRING = DEFAULT_LABEL - + "|http://www.ebi.ac.uk/ebisearch/search.ebi?db=allebi&query=$SEQUENCE_ID$"; + + "|https://www.ebi.ac.uk/ebisearch/search.ebi?db=allebi&query=$SEQUENCE_ID$"; /* * not instantiable