Skip to content

Commit

Permalink
DOC: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 20, 2024
1 parent eb61a1a commit d23f292
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--
For the PR title, follow a conventional commit message style:
https://compwa-org.readthedocs.io/en/stable/develop.html#commit-conventions
https://compwa.github.io/develop#commit-conventions
-->

<!--
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[![Open in Visual Studio Code](https://img.shields.io/badge/vscode-open-blue?logo=visualstudiocode)](https://open.vscode.dev/redeboer/bossdoc)
[![GitPod](https://img.shields.io/badge/gitpod-open-blue?logo=gitpod)](https://gitpod.io/#https://github.com/redeboer/bossdoc)

See instructions [here](https://bes3.readthedocs.io/contribute.html).
See instructions [here](https://bes3.readthedocs.io/contribute).
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

# Intersphinx settings
intersphinx_mapping = {
"compwa-org": ("https://compwa-org.readthedocs.io", None),
"compwarg": ("https://compwa.github.io", None),
}

# Settings for autosectionlabel
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ in VSCode!

:::{seealso}

{doc}`compwa-org:develop` on the {doc}`ComPWA website <compwa-org:index>`, which uses
{doc}`compwa:develop` on the {doc}`ComPWA website <compwa:index>`, which uses
the same set-up.

:::
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commands =
--color \
--keep-going \
-TW \
-b dirbuild \
-b dirhtml \
docs/ docs/_build/html

[testenv:doclive]
Expand Down Expand Up @@ -58,7 +58,7 @@ commands =
--re-ignore docs/api/.* \
--watch docs \
--watch src \
-b dirbuild \
-b dirhtml \
docs/ docs/_build/html

[testenv:docnb]
Expand All @@ -77,7 +77,7 @@ commands =
--color \
--keep-going \
-TW \
-b dirbuild \
-b dirhtml \
docs/ docs/_build/html

[testenv:linkcheck]
Expand Down

0 comments on commit d23f292

Please sign in to comment.