Skip to content

Commit

Permalink
Merge pull request #943 from sjspielman/sjspielman/942-fix-links
Browse files Browse the repository at this point in the history
Fix broken website links
  • Loading branch information
sjspielman authored Dec 16, 2024
2 parents 2cbd6f1 + 23de348 commit 02b9f82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The repository at this stage should be generally complete with respect to infras

With respect to infrastructure, the repository contains the following components:

- detailed documentation in the `docs` directory explaining how to interact with the OpenScPCA project and how to set up and run analyses (published at https://openscpca.readthedocs.io/)
- detailed documentation in the `docs` directory explaining how to interact with the OpenScPCA project and how to set up and run analyses (published at https://openscpca.readthedocs.io)
- a `create-analysis-module.py` script for setting up new analysis modules
- `download-data.py` and `download-results.py` scripts to download data and results from the OpenScPCA project
- template notebooks, scripts, environment files, and Docker images for analysis modules
Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Contributing to OpenScPCA

Please see the [OpenScPCA website](https://openscpca.readthedocs.io/) for information about how to contribute to this project, including:
Please see the [OpenScPCA website](https://openscpca.readthedocs.io/en/latest) for information about how to contribute to this project, including:


* [Obtaining access to data as a formal OpenScPCA contributor](https://openscpca.readthedocs.io/#become-a-contributor)
* [Setting up](https://openscpca.readthedocs.io/technical-setup)
* [Contributing to analyses](https://openscpca.readthedocs.io/contributing-to-analyses)
* [Obtaining access to data as a formal OpenScPCA contributor](https://openscpca.readthedocs.io/en/latest/#become-a-contributor)
* [Setting up](https://openscpca.readthedocs.io/en/latest/technical-setup)
* [Contributing to analyses](https://openscpca.readthedocs.io/en/latest/contributing-to-analyses)

Please also review our [Policies](https://openscpca.readthedocs.io/policies) before contributing.
Please also review our [Policies](https://openscpca.readthedocs.io/en/latest/policies) before contributing.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We have comprehensive documentation to help you with various aspects of particip

Please refer to it as you work on the project.

|[OpenScPCA Documentation](https://openscpca.readthedocs.io/)|
|[OpenScPCA Documentation](https://openscpca.readthedocs.io/en/latest/)|
|---|

## Setting up and running analyses
Expand Down

0 comments on commit 02b9f82

Please sign in to comment.