Skip to content

Commit ee3e6a9

Browse files
mhoeijmpyansys-ci-botjorgepiloto
authored
fix: link for documentation build (#1039)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Jorge Martinez <[email protected]>
1 parent 381b751 commit ee3e6a9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/source/changelog/1039.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
documentation build

doc/source/links.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.. _PyAnsys Heart repository: https://github.com/ansys/pyansys-heart
3131
.. _PyAnsys Heart issues: https://github.com/ansys/pyansys-heart/issues
3232
.. _PyAnsys Heart discussions: https://github.com/ansys/pyansys-heart/discussions
33-
.. _PyAnsys Heart documentation: https://heart.docs.pyansys.com/version/stable/index.html
33+
.. _PyAnsys Heart documentation: https://heart.health.docs.pyansys.com/version/stable/index.html
3434
.. _PyAnsys Heart labels: https://github.com/ansys/pyansys-heart/labels
3535
.. _PyAnsys Heart release page: https://github.com/ansys/pyansys-heart/releases
3636

src/ansys/health/heart/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Global logger
3939
~~~~~~~~~~~~~
4040
There is a global logger named ``PyAnsys Heart_global`` which is created at
41-
``ansys.PyAnsys Heart.core.__init__``. If you want to use this global logger,
41+
``ansys.health.heart.__init__``. If you want to use this global logger,
4242
you must call at the top of your module:
4343
4444
.. code:: python

0 commit comments

Comments
 (0)