From 93ccaf42158fa7dea64b79329cc66c2245d4bd6a Mon Sep 17 00:00:00 2001 From: Baptiste Vandecrux <35140661+BaptisteVandecrux@users.noreply.github.com> Date: Sat, 30 Jan 2021 07:01:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4a4bec..48d84ce 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,10 @@ cd pySICE ## Examples -Test input files are available [here](https://www.dropbox.com/s/9pb9n0k54ev3yg4/S3_test_data.zip?dl=0). Download and unzip using browser or with: +Test input files are available [here](https://www.dropbox.com/s/b7wbervqls0p5cc/S3_test_data.zip?dl=0). Download and unzip using browser or with: ``` -wget https://www.dropbox.com/s/9pb9n0k54ev3yg4/S3_test_data.zip +wget https://www.dropbox.com/s/b7wbervqls0p5cc/S3_test_data.zip unzip S3_test_data.zip -d S3_test_data ```