Skip to content

Commit ba2e901

Browse files
committed
Update doc links
1 parent 885ffe0 commit ba2e901

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See the following [contributing guide](https://virtualship.oceanparcels.org/en/latest/contributing/index.html).
1+
See the following [contributing guide](https://virtualship.readthedocs.io/en/latest/contributing/index.html).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ conda activate ship
5454

5555
which creates an environment named `ship` with the latest version of `virtualship`. You can replace `ship` with any name you like.
5656

57-
For a development installation, please follow the instructions detailed in the [contributing page](https://virtualship.oceanparcels.org/en/latest/contributing/index.html).
57+
For a development installation, please follow the instructions detailed in the [contributing page](https://virtualship.readthedocs.io/en/latest/contributing/index.html).
5858

5959
## Usage
6060

@@ -113,7 +113,7 @@ Options:
113113
--help Show this message and exit.
114114
```
115115

116-
For examples, see [the tutorials section of our documentation](https://virtualship.oceanparcels.org/en/latest/user-guide/tutorials/index.html).
116+
For examples, see [the tutorials section of our documentation](https://virtualship.readthedocs.io/en/latest/user-guide/tutorials/index.html).
117117

118118
## Input data
119119

@@ -129,5 +129,5 @@ The code for this project is [hosted on GitHub](https://github.com/OceanParcels/
129129
<img src="https://contrib.rocks/image?repo=oceanparcels/virtualship" />
130130
</a>
131131

132-
**All contributions are welcome! See the [contributing page](https://virtualship.oceanparcels.org/en/latest/contributing/index.html) in our documentation to see how to get involved.**
132+
**All contributions are welcome! See the [contributing page](https://virtualship.readthedocs.io/en/latest/contributing/index.html) in our documentation to see how to get involved.**
133133
Image made with [contrib.rocks](https://contrib.rocks).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
[project.urls]
4040
Homepage = "https://oceanparcels.org/" # TODO: Update this to just be repo?
4141
Repository = "https://github.com/OceanParcels/virtualship"
42-
Documentation = "https://virtualship.oceanparcels.org/"
42+
Documentation = "https://virtualship.readthedocs.io/"
4343
"Bug Tracker" = "https://github.com/OceanParcels/virtualship/issues"
4444
Changelog = "https://github.com/OceanParcels/virtualship/releases"
4545

0 commit comments

Comments
 (0)