Skip to content

Commit f8d2f7a

Browse files
authored
Fix broken URL
1 parent f0fee54 commit f8d2f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "https://onlocationvacations.com/2018/02/06/downton-abbey-exhibition-extended-april-2-nyc/"
18+
categories_url_data = "https://www.rosette.com/about/"
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)