From 6ce870d1f24afe227efaf895026d0de780467824 Mon Sep 17 00:00:00 2001 From: Ken Lui <116421546+kenlhlui@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:19:16 -0500 Subject: [PATCH] 1. Minor fix for placeholder. --- example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",