Skip to content

Commit bdd490d

Browse files
committed
Refine link
1 parent 47a725b commit bdd490d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jablib/src/main/java/org/jabref/logic/importer/fetcher/SpringerNatureWebFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public SpringerNatureWebFetcher(ImporterPreferences importerPreferences) {
5353
}
5454

5555
/**
56-
* Convert a JSONObject obtained from <a href="http://api.springer.com/metadata/json">http://api.springer.com/metadata/json</a> to a BibEntry
56+
* Convert a JSONObject obtained from <a href="https://dev.springernature.com/docs/api-endpoints/metadata-api/?source=jabref">the Metadata API</a> to a BibEntry
5757
*
5858
* @param springerJsonEntry the JSONObject from search results
5959
* @return the converted BibEntry

0 commit comments

Comments
 (0)