Skip to content

Commit

Permalink
Change grobid URL to jabref subdomain (#5972)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb authored Feb 20, 2020
1 parent 1bb814a commit c1ab9c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class GrobidCitationFetcher implements SearchBasedFetcher {

private static final Logger LOGGER = LoggerFactory.getLogger(GrobidCitationFetcher.class);
private static final String GROBID_URL = "http://grobid.cm.in.tum.de:8070";
private static final String GROBID_URL = "http://grobid.jabref.org:8070";
private ImportFormatPreferences importFormatPreferences;
private GrobidService grobidService;

Expand Down

0 comments on commit c1ab9c5

Please sign in to comment.