Skip to content
Snippets Groups Projects
Commit e17f0af4 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

hgnc connector uses API over https

parent eae8c970
No related branches found
No related tags found
2 merge requests!166Devel 11.0.x,!162Resolve "ebi pubmed service moved to https"
......@@ -30,7 +30,7 @@ import lcsb.mapviewer.modelutils.map.ElementUtils;
/**
* This class is responsible for connecting to
* <a href="http://rest.genenames.org/">HGNC restfull API</a> and annotate
* <a href="https://rest.genenames.org/">HGNC restfull API</a> and annotate
* elements with information taken from this service.
*
*
......@@ -41,7 +41,7 @@ public class HgncAnnotator extends ElementAnnotator implements IExternalService
/**
* Address of HGNC API that should be used for retrieving data.
*/
private static final String REST_API_URL = "http://rest.genenames.org/fetch/";
private static final String REST_API_URL = "https://rest.genenames.org/fetch/";
/**
* Default constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment