Skip to content

Commit

Permalink
update to citg urls
Browse files Browse the repository at this point in the history
  • Loading branch information
floriscalkoen committed Jul 17, 2024
1 parent ee4ccea commit 2daa026
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/usage/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ introduction](https://earth-env-data-science.github.io/lectures/environment/intr
<details>
<summary><strong>By GitHub Desktop</strong></summary>

1. Open GitHub Desktop > go to File > Clone Repository and paste this url: https://github.com/floriscalkoen/coastpy.git
1. Open GitHub Desktop > go to File > Clone Repository and paste this url: https://github.com/TUDelft-CITG/coastpy.git
2. Choose where to clone the repository on your computer and click "Clone".
</details>

<details>
<summary><strong>By command line</strong></summary>
git clone https://github.com/floriscalkoen/coastpy
git clone https://github.com/TUDelft-CITG/coastpy.git
</details>

Following these steps, the repository's files from GitHub are fetched to your machine.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage/launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ explained in the [installation instructions](installation.md).

Follow these steps to start exploring the course content through interactive Jupyter notebooks:

1. **Access the code**: Ensure you've cloned the [GitHub repository](https://github.com/floriscalkoen/coastpy) to your local machine.
1. **Access the code**: Ensure you've cloned the [GitHub repository](https://github.com/TUDelft-CITG/coastpy) to your local machine.

2. **Navigate to the repository**:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test = [
]

[project.urls]
Homepage = "https://github.com/florisCalkoen/coastpy"
Homepage = "https://github.com/TUDelft-CITG/coastpy"

[tool.hatch.version]
source = "vcs"
Expand Down

0 comments on commit 2daa026

Please sign in to comment.