Skip to content

Commit 06ab75f

Browse files
authored
Fix broken URL
1 parent 4acff94 commit 06ab75f

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/2018/02/06/downton-abbey-exhibition-extended-april-2-nyc/";
42+
String categoriesUrlData = "https://www.rosette.com/about/";
4343
HttpRosetteAPI rosetteApi = new HttpRosetteAPI.Builder()
4444
.key(getApiKeyFromSystemProperty())
4545
.url(getAltUrlFromSystemProperty())

0 commit comments

Comments
 (0)