Skip to content

Commit 4b2fedc

Browse files
author
Adam Soos
committed
WS-3053: replace rosette.com in categories example
1 parent 7e19b74 commit 4b2fedc

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
@@ -42,7 +42,7 @@ public static void main(String[] args) {
4242
}
4343

4444
private void run() throws IOException {
45-
String categoriesUrlData = "https://www.rosette.com/about/";
45+
String categoriesUrlData = "https://www.babelstreet.com/rosette";
4646
HttpRosetteAPI rosetteApi = new HttpRosetteAPI.Builder()
4747
.key(getApiKeyFromSystemProperty())
4848
.url(getAltUrlFromSystemProperty())

0 commit comments

Comments
 (0)