Skip to content

Commit 2d5920e

Browse files
committed
upload github links
1 parent b87f307 commit 2d5920e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A simple model coupling biosphere and atmosphere made fully differentiable using
55
These instructions work on Linux and MacOS and assume that python with pip is installed already. Otherwise, install python and pip with the tool of your choice, such as [miniforge](https://conda-forge.org/download/) or [uv](https://docs.astral.sh/uv/), before you proceed. See below for full instructions to install on Windows.
66
Install with
77
```
8-
pip install git@github.com:limamau/abc-model.git
8+
pip install git@github.com/EarthyScience/abc-model
99
```
1010

1111
or clone the repo and make an editable install inside your local repo using

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
html_theme_options = {
3535
# "logo_only": True,
3636
# "display_version": False,
37-
"repository_url": "https://github.com/limamau/abc-model",
37+
"repository_url": "https://github.com/EarthyScience/abc-model",
3838
"use_repository_button": True,
3939
"use_fullscreen_button": False,
4040
"repository_provider": "github",

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install with
1212

1313
.. code-block:: bash
1414
15-
pip install git@github.com:limamau/abc-model.git
15+
pip install git@github.com/EarthyScience/abc-model
1616
1717
or clone the repo and make an editable install inside your local repo using
1818

0 commit comments

Comments
 (0)