Skip to content

Commit

Permalink
MAINT Update outdated urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Boucinha committed Sep 8, 2023
1 parent 70835e7 commit 2999dc2
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
Please add one of the following labels to add this contribution to the Release Notes :point_down:
- [bug](https://github.com/pyansys/pytwin/pulls?q=label%3Abug+)
- [documentation](https://github.com/pyansys/pytwin/pulls?q=label%3Adocumentation+)
- [enhancement](https://github.com/pyansys/pytwin/pulls?q=label%3Aenhancement+)
- [good first issue](https://github.com/pyansys/pytwin/pulls?q=label%3Agood+first+issue)
- [maintenance](https://github.com/pyansys/pytwin/pulls?q=label%3Amaintenance+)
- [release](https://github.com/pyansys/pytwin/pulls?q=label%3Arelease+)
- [bug](https://github.com/ansys/pytwin/pulls?q=label%3Abug+)
- [documentation](https://github.com/ansys/pytwin/pulls?q=label%3Adocumentation+)
- [enhancement](https://github.com/ansys/pytwin/pulls?q=label%3Aenhancement+)
- [good first issue](https://github.com/ansys/pytwin/pulls?q=label%3Agood+first+issue)
- [maintenance](https://github.com/ansys/pytwin/pulls?q=label%3Amaintenance+)
- [release](https://github.com/ansys/pytwin/pulls?q=label%3Arelease+)
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ PyTwin
:target: https://pypi.org/project/pytwin/
:alt: PyPI

.. |codecov| image:: https://codecov.io/gh/pyansys/pytwin/branch/main/graph/badge.svg
:target: https://codecov.io/gh/pyansys/pytwin/
.. |codecov| image:: https://codecov.io/gh/ansys/pytwin/branch/main/graph/badge.svg
:target: https://codecov.io/gh/ansys/pytwin/
:alt: Codecov

.. |GH-CI| image:: https://github.com/pyansys/pytwin/actions/workflows/ci.yml/badge.svg
:target: https://github.com/pyansys/pytwin/actions/workflows/ci.yml
.. |GH-CI| image:: https://github.com/ansys/pytwin/actions/workflows/ci.yml/badge.svg
:target: https://github.com/ansys/pytwin/actions/workflows/ci.yml
:alt: GH-CI

.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
Expand All @@ -30,8 +30,8 @@ PyTwin
:target: https://github.com/psf/black
:alt: Black

.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/pyansys/pytwin/main.svg
:target: https://results.pre-commit.ci/latest/github/pyansys/pytwin/main
.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/pytwin/main.svg
:target: https://results.pre-commit.ci/latest/github/ansys/pytwin/main
:alt: pre-commit.ci status

Overview
Expand Down Expand Up @@ -78,7 +78,7 @@ the latest release with this code:

.. code:: console
git clone https://github.com/pyansys/pytwin.git
git clone https://github.com/ansys/pytwin.git
cd pytwin
pip install pip -U
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
html_theme = "ansys_sphinx_theme"
html_logo = pyansys_logo_black
html_theme_options = {
"github_url": "https://github.com/pyansys/pytwin",
"github_url": "https://github.com/ansys/pytwin",
"show_prev_next": False,
"show_breadcrumbs": True,
"additional_breadcrumbs": [
Expand Down
4 changes: 2 additions & 2 deletions doc/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following contribution information is specific to PyTwin.

Post issues
-----------
Use the `PyTwin Issues <https://github.com/pyansys/pytwin/issues>`_ page to
Use the `PyTwin Issues <https://github.com/ansys/pytwin/issues>`_ page to
submit questions, report bugs, and request new features.

Clone the repository
Expand All @@ -23,7 +23,7 @@ mode, run this code:

.. code::
git clone https://github.com/pyansys/pytwin.git
git clone https://github.com/ansys/pytwin.git
cd pytwin
pip install pip -U
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ the latest release with this code:

.. code::
git clone https://github.com/pyansys/pytwin.git
git clone https://github.com/ansys/pytwin.git
cd pytwin
pip install pip -U
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ In addition to :ref:`getting_started` and :ref:`ref_user_guide` sections, the Py
documentation provides :ref:`ref_index_api`, :ref:`ref_example_gallery`,
and :ref:`ref_contributing` sections.

On the `PyTwin Issues <https://github.com/pyansys/pytwin/issues>`_ page, you can create
On the `PyTwin Issues <https://github.com/ansys/pytwin/issues>`_ page, you can create
issues to submit questions, report bugs, and request new features. To reach
the PyAnsys support team, email `pyansys.support@ansys.com <pyansys.support@ansys.com>`_.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
authors = ["ANSYS, Inc. <ansys.support@ansys.com>"]
maintainers = ["PyAnsys developers <pyansys.maintainers@ansys.com>"]
readme = "README.rst"
repository = "https://github.com/pyansys/pytwin"
repository = "https://github.com/ansys/pytwin"
documentation = "https://twin.docs.pyansys.com/"
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/pytwin/examples/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

temp_folder = tempfile.gettempdir()
# the REPO url needs to have "raw" and not "tree", otherwise xml file are downloaded instead of raw versions
EXAMPLES_REPO = "https://github.com/pyansys/example-data/raw/master/pytwin/"
EXAMPLES_REPO = "https://github.com/ansys/example-data/raw/master/pytwin/"
EXAMPLES_PATH = os.path.join(temp_folder, "TwinExamples")


Expand Down

0 comments on commit 2999dc2

Please sign in to comment.