From 2e5221b442e0c765d250b49576e305ec0842e3d1 Mon Sep 17 00:00:00 2001 From: shaunwbell Date: Mon, 18 Nov 2024 14:39:23 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b39029e..9f7704b6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # EcoFOCI CodeLab -The [EcoFOCI CodeLab](https://shaunwbell.github.io/ecofoci_code_lab) is a collection of tutorials and examples of how to access and +The [EcoFOCI CodeLab](https://noaa-pmel.github.io/ecofoci_code_lab) is a collection of tutorials and examples of how to access and utilize the many EcoFOCI Data sets and resources available. This site is geared towards scientists and collaborators with internal access to EcoFOCI resources. Most notebook examples are written in Python. -See the rendered version at https://shaunwbell.github.io/ecofoci_code_lab +See the rendered version at https://noaa-pmel.github.io/ecofoci_code_lab/ecofoci_code_lab -To suggest a notebook or ask questions please open an issue at: https://github.com/shaunwbell/ecofoci_code_lab/issues +To suggest a notebook or ask questions please open an issue at: https://noaa-pmel.github.io/ecofoci_code_lab/issues This is a fork of the IOOS CodeLab (thanks to that project for the initial codebase) and the IOOS project can be obtained at: https://github.com/ioos/ioos_code_lab - the citation link included in this repo still refers to the original project. From 58bdd27aa5798f7439622f84969c91ae0397bfb1 Mon Sep 17 00:00:00 2001 From: shaunwbell Date: Mon, 18 Nov 2024 14:39:58 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f7704b6..fa010a6f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The [EcoFOCI CodeLab](https://noaa-pmel.github.io/ecofoci_code_lab) is a collection of tutorials and examples of how to access and utilize the many EcoFOCI Data sets and resources available. This site is geared towards scientists and collaborators with internal access to EcoFOCI resources. Most notebook examples are written in Python. -See the rendered version at https://noaa-pmel.github.io/ecofoci_code_lab/ecofoci_code_lab +See the rendered version at https://noaa-pmel.github.io/ecofoci_code_lab To suggest a notebook or ask questions please open an issue at: https://noaa-pmel.github.io/ecofoci_code_lab/issues From 183c94cd267d178e81c2b9acf8098c0f3863f832 Mon Sep 17 00:00:00 2001 From: shaunwbell Date: Mon, 18 Nov 2024 14:40:47 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa010a6f..c0ddf2b9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Install jupyter-book: conda install jupyter-book ``` -Clone the [ecofoci_code_lab](https://github.com/shaunwbell/ecofoci_code_lab) repository. +Clone the [ecofoci_code_lab](https://noaa-pmel.github.io/ecofoci_code_lab) repository. ``` git clone https://github.com/shaunwbell/ecofoci_code_lab.git