JAL-4369 use rest.uniprot.org as fetch domain
[jalview.git] / src / jalview / ws / dbsources / Uniprot.java
index 69ee379..3a4aaf8 100644 (file)
@@ -68,7 +68,7 @@ import jalview.xml.binding.uniprot.PropertyType;
  */
 public class Uniprot extends DbSourceProxyImpl
 {
-  private static final String DEFAULT_UNIPROT_DOMAIN = "https://www.uniprot.org";
+  private static final String DEFAULT_UNIPROT_DOMAIN = "https://rest.uniprot.org";
 
   private static final String BAR_DELIMITER = "|";