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 4acff94 commit 06ab75fCopy full SHA for 06ab75f
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 = "https://onlocationvacations.com/2018/02/06/downton-abbey-exhibition-extended-april-2-nyc/";
+ String categoriesUrlData = "https://www.rosette.com/about/";
43
HttpRosetteAPI rosetteApi = new HttpRosetteAPI.Builder()
44
.key(getApiKeyFromSystemProperty())
45
.url(getAltUrlFromSystemProperty())
0 commit comments