Rephrase link in javadoc
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
This commit is contained in:
parent
186936d041
commit
8c369b0f79
|
@ -90,7 +90,7 @@ public class BandcampExtractorHelper {
|
||||||
/**
|
/**
|
||||||
* Fetch artist details from mobile endpoint.
|
* Fetch artist details from mobile endpoint.
|
||||||
* <a href=https://notabug.org/fynngodau/bandcampDirect/wiki/rewindBandcamp+%E2%80%93+Fetching+artist+details>
|
* <a href=https://notabug.org/fynngodau/bandcampDirect/wiki/rewindBandcamp+%E2%80%93+Fetching+artist+details>
|
||||||
* I once took a moment to note down how it works.</a>
|
* More technical info.</a>
|
||||||
*/
|
*/
|
||||||
public static JsonObject getArtistDetails(String id) throws ParsingException {
|
public static JsonObject getArtistDetails(String id) throws ParsingException {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue