You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jablib/src/main/java/org/jabref/logic/importer/fetcher/SpringerNatureWebFetcher.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public SpringerNatureWebFetcher(ImporterPreferences importerPreferences) {
53
53
}
54
54
55
55
/**
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
57
57
*
58
58
* @param springerJsonEntry the JSONObject from search results
0 commit comments