From dcfd0067c4b0565660b8c21941368960298eab62 Mon Sep 17 00:00:00 2001 From: Jon K <55580912+jonksc@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:04:36 +0200 Subject: [PATCH] Point gdd.ipynb file to the GitHub file --- 2-farm/lessons/1-predict-plant-growth/assignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-farm/lessons/1-predict-plant-growth/assignment.md b/2-farm/lessons/1-predict-plant-growth/assignment.md index 6dc0c908..82864957 100644 --- a/2-farm/lessons/1-predict-plant-growth/assignment.md +++ b/2-farm/lessons/1-predict-plant-growth/assignment.md @@ -10,7 +10,7 @@ Once you have temperature data, you can use the Jupyter Notebook in this repo to 1. Create a folder called `gdd-calculation` -1. Download the [gdd.ipynb](./code-notebook/gdd.ipynb) file and copy it into the `gdd-calculation` folder. +1. Download the [gdd.ipynb](https://github.com/microsoft/IoT-For-Beginners/blob/main/2-farm/lessons/1-predict-plant-growth/code-notebook/gdd.ipynb) file and copy it into the `gdd-calculation` folder. 1. Copy the `temperature.csv` file created by the MQTT server