We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a7f3c commit 3cfeb51Copy full SHA for 3cfeb51
examples/src/main/java/com/basistech/rosette/examples/CategoriesExample.java
@@ -39,7 +39,7 @@ public static void main(String[] args) {
39
}
40
41
private void run() throws IOException {
42
- String categoriesUrlData = "http://www.onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/";
+ String categoriesUrlData = "https://onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/";
43
HttpRosetteAPI rosetteApi = new HttpRosetteAPI.Builder()
44
.key(getApiKeyFromSystemProperty())
45
.url(getAltUrlFromSystemProperty())
0 commit comments