From 7f9f3ead110dd31f7caf31385a0876a389770005 Mon Sep 17 00:00:00 2001 From: Tomonori Shimomura Date: Fri, 30 Oct 2020 10:45:04 -0700 Subject: [PATCH] Fixing broken hyperlinks. Use locally checked out copies as the destinations instead of github.com links. --- .../Forecast with Cold Start Items.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/advanced/Forecast with Cold Start Items/Forecast with Cold Start Items.ipynb b/notebooks/advanced/Forecast with Cold Start Items/Forecast with Cold Start Items.ipynb index 6f17d6c..537d1c0 100644 --- a/notebooks/advanced/Forecast with Cold Start Items/Forecast with Cold Start Items.ipynb +++ b/notebooks/advanced/Forecast with Cold Start Items/Forecast with Cold Start Items.ipynb @@ -15,8 +15,8 @@ "In this notebook, we walk through the process of generating forecasts for cold start items. Notice that only DeepAR+ supports cold start. At a high level, the flow can be summarized as follows. \n", "\n", "1. We follow the complete process with non-cold start items as in the previous notebooks such as \n", - " * [4. Getting_started_with_DeepAR+.ipynb](https://github.com/aws-samples/amazon-forecast-samples/blob/master/notebooks/4.%20Getting_started_with_DeepAR%2B.ipynb) or \n", - " * [6. Incorporating_Related_Time_Series_dataset_to_your_Predictor.ipynb](https://github.com/aws-samples/amazon-forecast-samples/blob/master/notebooks/6.Incorporating_Related_Time_Series_dataset_to_your_Predictor.ipynb). \n", + " * [4. Getting_started_with_DeepAR+.ipynb](../Getting_started_with_DeepAR+/Getting_started_with_DeepAR+.ipynb) or \n", + " * [6. Incorporating_Related_Time_Series_dataset_to_your_Predictor.ipynb](../Incorporating_Related_Time_Series_dataset_to_your_Predictor/Incorporating_Related_Time_Series_dataset_to_your_Predictor.ipynb). \n", " \n", " The major addition is that, *the item meta information for both the cold start and non-cold start items are imported in the system*. \n", "\n",