Skip to content

Commit b31f54f

Browse files
Merge pull request #326 from robbievanleeuwen/fix-docs-links
Fix links in documentation
2 parents 8e884d0 + 35ac94c commit b31f54f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Status](https://img.shields.io/pypi/status/sectionproperties.svg)][status]
99
[![Python Version](https://img.shields.io/pypi/pyversions/sectionproperties)][python version]
1010
[![License](https://img.shields.io/pypi/l/sectionproperties)][license]
11-
[![Read the documentation at https://sectionproperties.readthedocs.io/](https://img.shields.io/readthedocs/sectionproperties/latest.svg?label=Read%20the%20Docs)][read the docs]
11+
[![Read the documentation at https://sectionproperties.readthedocs.io/](https://img.shields.io/readthedocs/sectionproperties/stable.svg?label=Read%20the%20Docs)][read the docs]
1212
[![Tests](https://github.com/robbievanleeuwen/section-properties/workflows/Tests/badge.svg)][tests]
1313
[![Codecov](https://codecov.io/gh/robbievanleeuwen/section-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]
@@ -47,7 +47,7 @@ background theory and an API guide. The documentation can found at
4747
## Features
4848

4949
See the complete list of `sectionproperties` features
50-
[here](https://sectionproperties.readthedocs.io/en/latest/user_guide.html).
50+
[here](https://sectionproperties.readthedocs.io/en/stable/user_guide.html).
5151

5252
## Contributing
5353

src/sectionproperties/analysis/section.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def calculate_warping_properties(
350350
msg = "\nThe section geometry contains disjoint regions which is "
351351
msg += "invalid for warping analysis.\n Please revise your geometry to "
352352
msg += "ensure there is connectivity between all regions.\n Please see "
353-
msg += "https://sectionproperties.rtfd.io/en/latest/user_guide/"
353+
msg += "https://sectionproperties.rtfd.io/en/stable/user_guide/"
354354
msg += "analysis.html#warping-analysis for more information."
355355
warnings.warn(msg)
356356

@@ -1143,7 +1143,7 @@ def calculate_plastic_properties(
11431143
msg += "If you do not intend for this double counting to occur, use"
11441144
msg += " a subtractive modelling approach to remove the overlapping"
11451145
msg += " region.\nPlease see "
1146-
msg += "https://sectionproperties.rtfd.io/en/latest/examples/geometry/"
1146+
msg += "https://sectionproperties.rtfd.io/en/stable/examples/geometry/"
11471147
msg += "advanced_geometry.html for more information."
11481148
warnings.warn(msg)
11491149

0 commit comments

Comments
 (0)