diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1101af02..167ac22d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1 +1 @@ -See the following [contributing guide](https://virtualship.oceanparcels.org/en/latest/contributing/index.html). +See the following [contributing guide](https://virtualship.readthedocs.io/en/latest/contributing/index.html). diff --git a/README.md b/README.md index 2c4223d8..b9a59e70 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ conda activate ship which creates an environment named `ship` with the latest version of `virtualship`. You can replace `ship` with any name you like. -For a development installation, please follow the instructions detailed in the [contributing page](https://virtualship.oceanparcels.org/en/latest/contributing/index.html). +For a development installation, please follow the instructions detailed in the [contributing page](https://virtualship.readthedocs.io/en/latest/contributing/index.html). ## Usage @@ -113,7 +113,7 @@ Options: --help Show this message and exit. ``` -For examples, see [the tutorials section of our documentation](https://virtualship.oceanparcels.org/en/latest/user-guide/tutorials/index.html). +For examples, see [the tutorials section of our documentation](https://virtualship.readthedocs.io/en/latest/user-guide/tutorials/index.html). ## Input data @@ -129,5 +129,5 @@ The code for this project is [hosted on GitHub](https://github.com/OceanParcels/ -**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.** +**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.** Image made with [contrib.rocks](https://contrib.rocks). diff --git a/pyproject.toml b/pyproject.toml index 30f8df85..c15a19cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ [project.urls] Homepage = "https://oceanparcels.org/" # TODO: Update this to just be repo? Repository = "https://github.com/OceanParcels/virtualship" -Documentation = "https://virtualship.oceanparcels.org/" +Documentation = "https://virtualship.readthedocs.io/" "Bug Tracker" = "https://github.com/OceanParcels/virtualship/issues" Changelog = "https://github.com/OceanParcels/virtualship/releases"