From a553457084562c5e05dcbaebeeac63bf620e4fc3 Mon Sep 17 00:00:00 2001 From: superstar54 Date: Mon, 15 Jul 2024 07:54:47 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4962ea3a..e3b10963 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AiiDA-WorkGraph [![PyPI version](https://badge.fury.io/py/aiida-workgraph.svg)](https://badge.fury.io/py/aiida-workgraph) -[![Unit test](https://github.com/superstar54/aiida-workgraph/actions/workflows/ci.yaml/badge.svg)](https://github.com/superstar54/aiida-workgraph/actions/workflows/ci.yaml) +[![Unit test](https://github.com/aiidateam/aiida-workgraph/actions/workflows/ci.yaml/badge.svg)](https://github.com/aiidateam/aiida-workgraph/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/superstar54/aiida-workgraph/branch/main/graph/badge.svg)](https://codecov.io/gh/superstar54/aiida-workgraph) [![Docs status](https://readthedocs.org/projects/aiida-workgraph/badge)](http://aiida-workgraph.readthedocs.io/) @@ -38,7 +38,7 @@ Here is a detailed comparison between the ``WorkGraph`` with two AiiDA built-in To install the latest version from source, first clone the repository and then install using `pip`: ```console -git clone https://github.com/superstar54/aiida-workgraph +git clone https://github.com/aiidateam/aiida-workgraph pip install -e aiida-workgraph # build widget cd aiida_workgraph/widget/ @@ -120,10 +120,10 @@ pre-commit install ``` ### Widget -See the [README.md](https://github.com/superstar54/aiida-workgraph/blob/main/aiida_workgraph/widget/README.md) +See the [README.md](https://github.com/aiidateam/aiida-workgraph/blob/main/aiida_workgraph/widget/README.md) ### Web app -See the [README.md](https://github.com/superstar54/aiida-workgraph/blob/main/aiida_workgraph/web/README.md) +See the [README.md](https://github.com/aiidateam/aiida-workgraph/blob/main/aiida_workgraph/web/README.md) ## License diff --git a/pyproject.toml b/pyproject.toml index 385f16a1..8367263c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ [project.urls] Documentation = "https://aiida-workgraph.readthedocs.io" -Source = "https://github.com/superstar54/aiida-workgraph" +Source = "https://github.com/aiidateam/aiida-workgraph" [project.optional-dependencies] docs = [