Skip to content

Commit 97b339a

Browse files
authored
Fix URL.
1 parent e2963c5 commit 97b339a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/categories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
def run(key, alt_url='https://api.rosette.com/rest/v1/'):
1717
""" Run the example """
18-
categories_url_data = "http://www.onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/"
18+
categories_url_data = "https://onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/"
1919
url = categories_url_data
2020
# Create an API instance
2121
api = API(user_key=key, service_url=alt_url)

0 commit comments

Comments
 (0)