Skip to content

Commit fcf05dc

Browse files
committed
Update example data.
1 parent ce80efc commit fcf05dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/java/com/basistech/rosette/examples/CategoriesExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void main(String[] args) {
3939
}
4040

4141
private void run() throws IOException {
42-
String categoriesUrlData = "https://onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/";
42+
String categoriesUrlData = "https://onlocationvacations.com/2018/02/06/downton-abbey-exhibition-extended-april-2-nyc/";
4343
HttpRosetteAPI rosetteApi = new HttpRosetteAPI.Builder()
4444
.key(getApiKeyFromSystemProperty())
4545
.url(getAltUrlFromSystemProperty())

0 commit comments

Comments
 (0)