From caa361fd5ad676a7eecf88741757ab9d80c4f203 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:16:06 +0100 Subject: [PATCH] DOC: update links to compwa.github.io --- .cspell/ComPWA.txt | 3 +-- CONTRIBUTING.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.cspell/ComPWA.txt b/.cspell/ComPWA.txt index 5cc1ac03..c2df6e5a 100644 --- a/.cspell/ComPWA.txt +++ b/.cspell/ComPWA.txt @@ -1,5 +1,4 @@ -# Commit types -# https://compwa-org.rtfd.io/develop.html#commit-conventions +# Commit types https://compwa.github.io/develop#commit-conventions compwa docnb IJulia diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b9f30cc..2b3ad999 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Local set-up -Please install `pre-commit`, for example [through Conda](https://anaconda.org/conda-forge/pre_commit). For more information, see [Help developing](https://compwa-org.rtfd.io/develop.html) on [compwa-org.rtfd.io](https://compwa-org.readthedocs.io). +Please install `pre-commit`, for example [through Conda](https://anaconda.org/conda-forge/pre_commit). For more information, see [Help developing](https://compwa.github.io/develop) on [compwa.github.io](https://compwa.github.io). ## Conventions diff --git a/README.md b/README.md index 8caa0169..cd295a3b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ This repository hosts [shared workflows for GitHub Actions](https://docs.github.com/en/actions/using-workflows/reusing-workflows) and [shared actions](https://docs.github.com/en/actions/creating-actions) that are used by [repositories of the ComPWA Project](https://github.com/orgs/ComPWA/repositories). See also [ComPWA/repo-maintenance](https://github.com/ComPWA/repo-maintenance), which enforces policies on those repositories. -Actions and shared workflows provided by this repository presume that the repository to which they are applied follow the same set-up as described on [compwa-org.rtfd.io](https://compwa-org.readthedocs.io/develop.html). For example, it assumes source code is located under the `src/` directory and documentation is located under `docs/`. +Actions and shared workflows provided by this repository presume that the repository to which they are applied follow the same set-up as described on [compwa.github.io/develop](https://compwa.github.io/develop). For example, it assumes source code is located under the `src/` directory and documentation is located under `docs/`. See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for how to develop this repository.