Skip to content

Commit cf42150

Browse files
docs: fix broken links in the documentation (#264)
1 parent 3d6b052 commit cf42150

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Ansys Sphinx theme
33
|ansys| |python| |pypi| |GH-CI| |MIT| |black|
44

55
.. |ansys| image:: https://img.shields.io/badge/Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
6-
:target: https://ansys.github.io/
6+
:target: https://github.com/ansys
77
:alt: Ansys
88

99
.. |python| image:: https://img.shields.io/badge/Python-%3E%3D3.7-blue
@@ -88,9 +88,9 @@ You can optionally install and use this tool. For more information, see its
8888
<https://pre-commit.com/#usage>`_ documentation.
8989

9090
Before contributing to a PyAnsys library, see
91-
`Contributing <https://dev.docs.pyansys.com/dev/how-to/contributing.html>`_
91+
`Contributing <https://dev.docs.pyansys.com//how-to/contributing.html>`_
9292
in the *PyAnsys Developer's Guide* for overall guidance, paying particular
93-
attention to `How-to <https://dev.docs.pyansys.com/dev/how-to/index.html>`_ for
93+
attention to `How-to <https://dev.docs.pyansys.com//how-to/index.html>`_ for
9494
guidelines and best practices.
9595

9696
License

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"github_url": "https://github.com/ansys/ansys-sphinx-theme",
4747
"contact_mail": "[email protected]",
4848
"additional_breadcrumbs": [
49-
("Ansys Internal Developer Portal", "https://dev.docs.ansys.com"),
49+
("PyAnsys", "https://docs.pyansys.com/"),
5050
],
5151
"external_links": [
5252
{

doc/source/user_guide/options.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ switching between light and dark modes. The second is for going to the library's
5555
GitHub repository.
5656

5757
- For comprehensive information on customizing icons, see
58-
`Configure icon links <https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/configuring.html?highlight=icons#configure-icon-links>`_
58+
`Configure icon links <https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/header-links.html#add-custom-attributes-to-icon-links>`_
5959
in the *PyData Theme* documentation.
6060
- For comprehensive information on `Font Awesome <https://fontawesome.com/>`_, an icon
6161
library and toolkit, see its `documentation <https://fontawesome.com/v6/docs>`_,
@@ -116,7 +116,7 @@ dictionary in the ``conf.py`` file.
116116
This dictionary should contain the following keys:
117117

118118
#. ``host``: The host name of your MeiliSearch instance. It is hosted at
119-
https://search.pyansys.com on port 443 (default).
119+
https://backend.search.pyansys.com on port 7700 (default).
120120
You can set this to an environment variable using
121121
``os.getenv()`` for added security. If no value is provided, the default
122122
public host for PyAnsys is used.

0 commit comments

Comments
 (0)