Skip to content

Commit 7baf770

Browse files
Fix rtd links
1 parent 862fc2c commit 7baf770

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ labels: bug
2525
stable concreteproperties version, installed using a recommended method.
2626
- [ ] I have searched the [issues](https://github.com/robbievanleeuwen/concrete-properties/issues)
2727
of this repo and believe that this is not a duplicate.
28-
- [ ] I have consulted the [documentation](https://concreteproperties.readthedocs.io/)
28+
- [ ] I have consulted the [documentation](https://concrete-properties.readthedocs.io/)
2929
for any relevant information.
3030

3131
## Issue

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ labels: enhancement
1818

1919
- [ ] I have searched the [issues](https://github.com/robbievanleeuwen/concrete-properties/issues)
2020
of this repo and believe that this is not a duplicate.
21-
- [ ] I have searched the [documentation](https://concreteproperties.readthedocs.io/) and
21+
- [ ] I have searched the [documentation](https://concrete-properties.readthedocs.io/) and
2222
believe that my question is not already covered.
2323

2424
## Feature Request

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here is a list of important resources for contributors:
1313

1414
[mit license]: https://opensource.org/licenses/MIT
1515
[source code]: https://github.com/robbievanleeuwen/concrete-properties
16-
[documentation]: https://concreteproperties.readthedocs.io/
16+
[documentation]: https://concrete-properties.readthedocs.io/
1717
[issue tracker]: https://github.com/robbievanleeuwen/concrete-properties/issues
1818

1919
## How to report a bug

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Status](https://img.shields.io/pypi/status/concreteproperties.svg)][status]
99
[![Python Version](https://img.shields.io/pypi/pyversions/concreteproperties)][python version]
1010
[![License](https://img.shields.io/pypi/l/concreteproperties)][license]
11-
[![Read the documentation at https://concreteproperties.readthedocs.io/](https://img.shields.io/readthedocs/concreteproperties/stable.svg?label=Read%20the%20Docs)][read the docs]
11+
[![Read the documentation at https://concrete-properties.readthedocs.io/](https://img.shields.io/readthedocs/concreteproperties/stable.svg?label=Read%20the%20Docs)][read the docs]
1212
[![Tests](https://github.com/robbievanleeuwen/concrete-properties/workflows/Tests/badge.svg)][tests]
1313
[![Codecov](https://codecov.io/gh/robbievanleeuwen/concrete-properties/branch/master/graph/badge.svg)][codecov]
1414
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
@@ -17,7 +17,7 @@
1717
[pypi_]: https://pypi.org/project/concreteproperties/
1818
[status]: https://pypi.org/project/concreteproperties/
1919
[python version]: https://pypi.org/project/concreteproperties
20-
[read the docs]: https://concreteproperties.readthedocs.io/
20+
[read the docs]: https://concrete-properties.readthedocs.io/
2121
[tests]: https://github.com/robbievanleeuwen/concrete-properties/actions?workflow=Tests
2222
[codecov]: https://app.codecov.io/gh/robbievanleeuwen/concrete-properties
2323
[pre-commit]: https://github.com/pre-commit/pre-commit
@@ -47,12 +47,12 @@ pip install concreteproperties
4747

4848
`concreteproperties` is fully documented including a user walkthrough, examples,
4949
background theory and an API guide. The documentation can found at
50-
[https://concreteproperties.readthedocs.io/](https://concreteproperties.readthedocs.io/).
50+
[https://concrete-properties.readthedocs.io/](https://concrete-properties.readthedocs.io/).
5151

5252
## Features
5353

5454
See the complete list of `concreteproperties` features
55-
[here](https://concreteproperties.readthedocs.io/en/stable/user_guide.html).
55+
[here](https://concrete-properties.readthedocs.io/en/stable/user_guide.html).
5656

5757
## Contributing
5858

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here is a list of important resources for contributors:
1313

1414
- `Source
1515
Code <https://github.com/robbievanleeuwen/concrete-properties>`__
16-
- `Documentation <https://concreteproperties.readthedocs.io/>`__
16+
- `Documentation <https://concrete-properties.readthedocs.io/>`__
1717
- `Issue
1818
Tracker <https://github.com/robbievanleeuwen/concrete-properties/issues>`__
1919
- :doc:`Code of Conduct <codeofconduct>`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers = [
1212
readme = "README.md"
1313
homepage = "https://github.com/robbievanleeuwen/concrete-properties"
1414
repository = "https://github.com/robbievanleeuwen/concrete-properties"
15-
documentation = "https://concreteproperties.readthedocs.io"
15+
documentation = "https://concrete-properties.readthedocs.io"
1616
keywords = [
1717
"concrete",
1818
"reinforced-concrete",

0 commit comments

Comments
 (0)