diff --git a/2_Complex_Queries_Basic_Visualization_py3.ipynb b/2_Complex_Queries_Basic_Visualization_py3.ipynb index 849218b..478c53e 100644 --- a/2_Complex_Queries_Basic_Visualization_py3.ipynb +++ b/2_Complex_Queries_Basic_Visualization_py3.ipynb @@ -41,7 +41,7 @@ "\n", "# This takes the URL and puts it into a variable (so we only need to ever reference this variable, \n", " # and so we don't have to repeat adding this URL when we want to work with the data)\n", - "SHARE_API = 'https://staging-share.osf.io/api/search/abstractcreativework/_search'\n", + "SHARE_API = 'https://share.osf.io/api/v2/search/creativeworks/_search'\n", "\n", "# A helper function that will use the requests library, pass along the correct headers, and make the query we want\n", "def query_share(url, query):\n",