Skip to content

Commit

Permalink
Another try fixing the Yandex URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Astridchan committed Mar 21, 2020
1 parent 0cc4d6e commit a8b7ae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public String getName() {
}

public String getUrl(String imageUrl) {
return "https://www.yandex.com/images/search?rpt=imageview&url=" + imageUrl;
return "https://yandex.com/images/search?rpt=imageview&url=" + imageUrl;
}
});
}
Expand Down

0 comments on commit a8b7ae9

Please sign in to comment.