From 5470ac9df84873d36712a2a94d2248b138abc797 Mon Sep 17 00:00:00 2001 From: andyarnell Date: Fri, 14 Jun 2024 17:44:45 +0200 Subject: [PATCH 1/2] Update SDG_15_4_2_Sub_A_Default_values.ipynb switched code to point to main repo when cloning repo --- SDG_15_4_2_Sub_A_Default_values.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SDG_15_4_2_Sub_A_Default_values.ipynb b/SDG_15_4_2_Sub_A_Default_values.ipynb index 9d4318a..8e79479 100644 --- a/SDG_15_4_2_Sub_A_Default_values.ipynb +++ b/SDG_15_4_2_Sub_A_Default_values.ipynb @@ -110,9 +110,7 @@ "\n", "# Clone the GitHub repository \"sepalz_mgci\" into the current directory.\n", "# NB 'fatal' error on reruns are typically just saying it already exists\n", - "# !git clone https://github.com/sepal-contrib/sepal_mgci\n", - "\n", - "!git clone https://github.com/andyarnell/sepal_mgci\n", + "!git clone https://github.com/sepal-contrib/sepal_mgci\n", "\n", "# Change working directory to the cloned sepal_mgci github repository\n", "%cd \"/content/sepal_mgci\"" @@ -758,4 +756,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +} From 23126e3b27f0b018cd1e46be3e2a843ae2962dba Mon Sep 17 00:00:00 2001 From: andyarnell Date: Fri, 14 Jun 2024 17:46:40 +0200 Subject: [PATCH 2/2] Update SDG_15_4_2_Sub_B_Default_values.ipynb switched code to point to main repo when cloning repo --- SDG_15_4_2_Sub_B_Default_values.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SDG_15_4_2_Sub_B_Default_values.ipynb b/SDG_15_4_2_Sub_B_Default_values.ipynb index 18952b3..72b988d 100644 --- a/SDG_15_4_2_Sub_B_Default_values.ipynb +++ b/SDG_15_4_2_Sub_B_Default_values.ipynb @@ -87,9 +87,7 @@ "\n", "# Clone the GitHub repository \"sepal_mgci\" into the current directory.\n", "# NB 'fatal' error on reruns are typically just saying it already exists\n", - "# !git clone https://github.com/sepal-contrib/sepal_mgci\n", - "\n", - "!git clone https://github.com/andyarnell/sepal_mgci\n", + "!git clone https://github.com/sepal-contrib/sepal_mgci\n", "\n", "# Change working directory to the cloned sepal_mgci github repository\n", "%cd \"/content/sepal_mgci\"" @@ -680,4 +678,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}