We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e19b74 commit 4b2fedcCopy full SHA for 4b2fedc
1 file changed
examples/src/main/java/com/basistech/rosette/examples/CategoriesExample.java
@@ -42,7 +42,7 @@ public static void main(String[] args) {
42
}
43
44
private void run() throws IOException {
45
- String categoriesUrlData = "https://www.rosette.com/about/";
+ String categoriesUrlData = "https://www.babelstreet.com/rosette";
46
HttpRosetteAPI rosetteApi = new HttpRosetteAPI.Builder()
47
.key(getApiKeyFromSystemProperty())
48
.url(getAltUrlFromSystemProperty())
0 commit comments