diff --git a/example.ipynb b/example.ipynb index 9ed2957..ab15bdf 100644 --- a/example.ipynb +++ b/example.ipynb @@ -15,7 +15,7 @@ "outputs": [], "source": [ "# Replace the placeholders with your own values and run this script to create a .env file\n", - "BASE_URL = 'https://demo.borealisdata.ca/' # Base URL of the repository; e.g., \"https://demo.borealisdata.ca/\"\n", + "BASE_URL = 'TARGET_REPO_URL' # Base URL of the repository; e.g., \"https://demo.borealisdata.ca/\"\n", "API_KEY = 'YOUR_API_KEY' # Found in your Dataverse account settings. Optional. Delete this line if you plan not to use it.\n", "\n", "\n",