diff --git a/README.md b/README.md index 0addecc6..463b0dc6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Status](https://img.shields.io/pypi/status/sectionproperties.svg)][status] [![Python Version](https://img.shields.io/pypi/pyversions/sectionproperties)][python version] [![License](https://img.shields.io/pypi/l/sectionproperties)][license] -[![Read the documentation at https://sectionproperties.readthedocs.io/](https://img.shields.io/readthedocs/sectionproperties/latest.svg?label=Read%20the%20Docs)][read the docs] +[![Read the documentation at https://sectionproperties.readthedocs.io/](https://img.shields.io/readthedocs/sectionproperties/stable.svg?label=Read%20the%20Docs)][read the docs] [![Tests](https://github.com/robbievanleeuwen/section-properties/workflows/Tests/badge.svg)][tests] [![Codecov](https://codecov.io/gh/robbievanleeuwen/section-properties/branch/master/graph/badge.svg)][codecov] [![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 ## Features See the complete list of `sectionproperties` features -[here](https://sectionproperties.readthedocs.io/en/latest/user_guide.html). +[here](https://sectionproperties.readthedocs.io/en/stable/user_guide.html). ## Contributing diff --git a/src/sectionproperties/analysis/section.py b/src/sectionproperties/analysis/section.py index 35df2d88..055ede67 100644 --- a/src/sectionproperties/analysis/section.py +++ b/src/sectionproperties/analysis/section.py @@ -350,7 +350,7 @@ def calculate_warping_properties( msg = "\nThe section geometry contains disjoint regions which is " msg += "invalid for warping analysis.\n Please revise your geometry to " msg += "ensure there is connectivity between all regions.\n Please see " - msg += "https://sectionproperties.rtfd.io/en/latest/user_guide/" + msg += "https://sectionproperties.rtfd.io/en/stable/user_guide/" msg += "analysis.html#warping-analysis for more information." warnings.warn(msg) @@ -1143,7 +1143,7 @@ def calculate_plastic_properties( msg += "If you do not intend for this double counting to occur, use" msg += " a subtractive modelling approach to remove the overlapping" msg += " region.\nPlease see " - msg += "https://sectionproperties.rtfd.io/en/latest/examples/geometry/" + msg += "https://sectionproperties.rtfd.io/en/stable/examples/geometry/" msg += "advanced_geometry.html for more information." warnings.warn(msg)