@@ -7,8 +7,8 @@ Ansys Python Manager (QT)
77 :target: https://docs.pyansys.com/
88 :alt: PyAnsys
99
10- .. |GH-CI | image :: https://github.com/pyansys /python-installer-qt-gui/actions/workflows/ci_cd.yml/badge.svg
11- :target: https://github.com/pyansys /python-installer-qt-gui/actions/workflows/ci_cd.yml
10+ .. |GH-CI | image :: https://github.com/ansys /python-installer-qt-gui/actions/workflows/ci_cd.yml/badge.svg
11+ :target: https://github.com/ansys /python-installer-qt-gui/actions/workflows/ci_cd.yml
1212 :alt: GH-CI
1313
1414.. |MIT | image :: https://img.shields.io/badge/License-MIT-yellow.svg
@@ -19,8 +19,8 @@ Ansys Python Manager (QT)
1919 :target: https://github.com/psf/black
2020 :alt: Black
2121
22- .. |pre-commit-ci | image :: https://results.pre-commit.ci/badge/github/pyansys /python-installer-qt-gui/main.svg
23- :target: https://results.pre-commit.ci/latest/github/pyansys /python-installer-qt-gui/main
22+ .. |pre-commit-ci | image :: https://results.pre-commit.ci/badge/github/ansys /python-installer-qt-gui/main.svg
23+ :target: https://results.pre-commit.ci/latest/github/ansys /python-installer-qt-gui/main
2424 :alt: pre-commit.ci status
2525
2626.. readme_start
@@ -37,7 +37,7 @@ you can use to install Python and (optional) PyAnsys packages.
3737 Installation
3838~~~~~~~~~~~~
3939Visit the `Releases
40- <https://github.com/pyansys /python-installer-qt-gui/releases> `__ page and pull
40+ <https://github.com/ansys /python-installer-qt-gui/releases> `__ page and pull
4141down the latest installer. This is a simple application you can use to install
4242Python and manage your Python environment.
4343
@@ -48,7 +48,7 @@ You can be up and running with four lines of code:
4848
4949.. code :: bash
5050
51- git clone https://github.com/pyansys /python-installer-qt-gui
51+ git clone https://github.com/ansys /python-installer-qt-gui
5252 cd python-installer-qt-gui
5353 pip install pip -U
5454 pip install -e .
@@ -71,7 +71,7 @@ guide`_. You will need to follow these steps:
7171
7272 .. code :: bash
7373
74- git clone https://github.com/pyansys /python-installer-qt-gui
74+ git clone https://github.com/ansys /python-installer-qt-gui
7575
7676 #. Create a fresh-clean Python environment and activate it. Refer to the
7777 official `venv `_ documentation if you require further information:
@@ -175,12 +175,12 @@ Distributing
175175------------
176176This project is vectored to be an open-source project. For the time being, feel
177177free to distribute it internally, but direct users to visit the `Releases
178- <https://github.com/pyansys /python-installer-qt-gui/releases> `__ page
178+ <https://github.com/ansys /python-installer-qt-gui/releases> `__ page
179179
180180Security
181181--------
182182The versions that are still supported for security updates can be found at
183- the `Security guidelines <https://github.com/pyansys /python-installer-qt-gui/blob/main/SECURITY.md >`_
183+ the `Security guidelines <https://github.com/ansys /python-installer-qt-gui/blob/main/SECURITY.md >`_
184184site. Information on how to report vulenrabilities is also found.
185185
186186
0 commit comments