From 9efd0ab8f404b91ca2b07d2840d83692e7b66a6f Mon Sep 17 00:00:00 2001 From: Kunal-Lakhwani <100911640+Kunal-Lakhwani@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:26:15 +0530 Subject: [PATCH] Updated README.md to reflect correct notebook directory url The previous url pointed to the Deep Learning notebook repo. --- installation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/README.md b/installation/README.md index fbd7337..e3ee781 100644 --- a/installation/README.md +++ b/installation/README.md @@ -1,4 +1,4 @@ -All code is provided within Jupyter notebooks [in this directory](https://github.com/jonkrohn/DLTFpT/blob/master/notebooks/). These notebooks are intended for use within the (free) [Colab cloud environment](https://colab.research.google.com), which requires no installation. +All code is provided within Jupyter notebooks [in this directory](https://github.com/jonkrohn/ML-foundations/tree/master/notebooks). These notebooks are intended for use within the (free) [Colab cloud environment](https://colab.research.google.com), which requires no installation. Nothing else in this directory matters at this time. Feel free to ignore.