diff --git a/docs/forecast_varying.ipynb b/docs/forecast_varying.ipynb index 0276a43..504e725 100644 --- a/docs/forecast_varying.ipynb +++ b/docs/forecast_varying.ipynb @@ -233,7 +233,7 @@ ], "source": [ "well_number = \"20\"\n", - "prod_file = f\"https://raw.githubusercontent.com/frank1010111/bluebonnet/tutorial-instructions/data/dataset_1_well_{well_number}.csv\"\n", + "prod_file = f\"https://raw.githubusercontent.com/frank1010111/bluebonnet/main/data/dataset_1_well_{well_number}.csv\"\n", "# This file contains pressure and production data. Rows 1 and 2 have information about units, so skip\n", "prod = pd.read_csv(prod_file, skiprows=[1, 2]).rename(\n", " columns={\n",