From 346966d8af9d51ffb09c26516cac87e10400aaef Mon Sep 17 00:00:00 2001 From: rsignell <125569335+rsignell@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:39:47 +0200 Subject: [PATCH 1/2] Use Pythia repo for sentinel The git clone command in the readme pointed to a non-pythia repo. I assume that is incorrect, so fixing here with pythia repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b43633de..54420ecc 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ Jupyter](https://foundations.projectpythia.org/foundations/getting-started-jupyt If you are interested in running this material locally on your computer, you will need to follow this workflow: -1. Clone the `https://github.com/pritamd47/interactive-sentinel-2` repository: +1. Clone the ` https://github.com/ProjectPythia/interactive-sentinel-2` repository: ```bash - git clone https://github.com/pritamd47/interactive-sentinel-2.git + git clone https://github.com/ProjectPythia/interactive-sentinel-2.git ``` 1. Move into the `cookbook-example` directory From f553eba48caa9cdf2b77e62a8ebfdfc4b2b6fdbf Mon Sep 17 00:00:00 2001 From: rsignell <125569335+rsignell@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:42:05 +0200 Subject: [PATCH 2/2] okay, really fixed URL this time --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54420ecc..59d16b71 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ Jupyter](https://foundations.projectpythia.org/foundations/getting-started-jupyt If you are interested in running this material locally on your computer, you will need to follow this workflow: -1. Clone the ` https://github.com/ProjectPythia/interactive-sentinel-2` repository: +1. Clone the ` https://github.com/ProjectPythia/interactive-sentinel-2-cookbook` repository: ```bash - git clone https://github.com/ProjectPythia/interactive-sentinel-2.git + git clone https://github.com/ProjectPythia/interactive-sentinel-2-cookbook.git ``` 1. Move into the `cookbook-example` directory