Skip to content

Commit

Permalink
docs: fix broken links in the documentation (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Aug 3, 2023
1 parent 3d6b052 commit cf42150
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Ansys Sphinx theme
|ansys| |python| |pypi| |GH-CI| |MIT| |black|

.. |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
:target: https://ansys.github.io/
:target: https://github.com/ansys
:alt: Ansys

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

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

License
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"github_url": "https://github.com/ansys/ansys-sphinx-theme",
"contact_mail": "pyansys.support@ansys.com",
"additional_breadcrumbs": [
("Ansys Internal Developer Portal", "https://dev.docs.ansys.com"),
("PyAnsys", "https://docs.pyansys.com/"),
],
"external_links": [
{
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ switching between light and dark modes. The second is for going to the library's
GitHub repository.

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

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

0 comments on commit cf42150

Please sign in to comment.