From a8545ad3d2566ff2dc6771101cc4423fa6bb201b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Blanche=20J=C3=A9r=C3=B4me?= <90267895+jerome-blanche@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:30:12 +0200 Subject: [PATCH] Fix pyansys links (#134) Fixes ansys-internal/psi-planning#411 --- README.rst | 8 ++++---- doc/source/integration.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 1b4abbe..f1af021 100644 --- a/README.rst +++ b/README.rst @@ -11,12 +11,12 @@ PyPIM :target: https://pypi.org/project/ansys-platform-instancemanagement/ :alt: PyPI -.. |codecov| image:: https://codecov.io/gh/pyansys/pypim/branch/main/graph/badge.svg - :target: https://codecov.io/gh/pyansys/pypim +.. |codecov| image:: https://codecov.io/gh/ansys/pypim/branch/main/graph/badge.svg + :target: https://codecov.io/gh/ansys/pypim :alt: Code Coverage -.. |CI| image:: https://github.com/pyansys/pypim/actions/workflows/ci_cd.yml/badge.svg - :target: https://github.com/pyansys/pypim/actions/workflows/ci_cd.yml +.. |CI| image:: https://github.com/ansys/pypim/actions/workflows/ci_cd.yml/badge.svg + :target: https://github.com/ansys/pypim/actions/workflows/ci_cd.yml :alt: GitHub Workflow Status (branch) .. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg diff --git a/doc/source/integration.rst b/doc/source/integration.rst index 8b9eb8d..8e45aa3 100644 --- a/doc/source/integration.rst +++ b/doc/source/integration.rst @@ -255,4 +255,4 @@ Example ******* An example of such an integration can be seen in this -`PyMAPDL pull request `_. +`PyMAPDL pull request `_. diff --git a/pyproject.toml b/pyproject.toml index 07106ca..6209c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ doc = [ name = "ansys.platform.instancemanagement" [project.urls] -Source = "https://github.com/pyansys/pypim" +Source = "https://github.com/ansys/pypim" Issues = "https://github.com/ansys/pypim/issues" Discussions = "https://github.com/ansys/pypim/discussions" Documentation = "https://pypim.docs.pyansys.com/"