Skip to content

Commit e2b80ce

Browse files
author
Adam Soos
committed
WS-3053: replace rosette.com
1 parent c11885b commit e2b80ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/categories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
echo 'Usage: php ' . __FILE__ . " --key <api_key> --url=<alternate_url>\n";
1414
exit();
1515
}
16-
$categories_url_data = "https://rosette.com/about";
16+
$categories_url_data = "https://www.babelstreet.com/rosette/";
1717
$api = isset($options['url']) ? new Api($options['key'], $options['url']) : new Api($options['key']);
1818
$params = new DocumentParameters();
1919
$params->set('contentUri', $categories_url_data);

0 commit comments

Comments
 (0)