Skip to content

Commit 44aa13a

Browse files
authored
Fix URL.
1 parent 191b2c3 commit 44aa13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/categories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var args = parser.parseArgs();
1313
var api = new Api(args.key, args.url);
1414
var endpoint = "categories";
1515

16-
var categories_url_data = "http://www.onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/";
16+
var categories_url_data = "https://onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/";
1717
api.parameters.contentUri = categories_url_data;
1818

1919
api.rosette(endpoint, function(err, res){
@@ -22,4 +22,4 @@ api.rosette(endpoint, function(err, res){
2222
} else {
2323
console.log(JSON.stringify(res, null, 2));
2424
}
25-
});
25+
});

0 commit comments

Comments
 (0)