diff --git a/README.md b/README.md index 26c2535..9ceecba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python Workflow Definition -[![Pipeline](https://github.com/pyiron-dev/python-workflow-definition/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pyiron-dev/python-workflow-definition/actions/workflows/pipeline.yml) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyiron-dev/python-workflow-definition/HEAD) +[![Pipeline](https://github.com/pythonworkflow/python-workflow-definition/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pythonworkflow/python-workflow-definition/actions/workflows/pipeline.yml) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pythonworkflow/python-workflow-definition/HEAD) ## Definition In the Python Workflow Definition (PWD) each node represents a Python function, with the edges defining the connection @@ -100,4 +100,4 @@ Additional source files provided with the workflow benchmark: | [example_workflows/nfdi/aiida.ipynb](example_workflows/nfdi/aiida.ipynb) | Define Workflow with aiida and execute it with jobflow and pyiron_base. | | [example_workflows/nfdi/jobflow.ipynb](example_workflows/nfdi/jobflow.ipynb) | Define Workflow with jobflow and execute it with aiida and pyiron_base. | | [example_workflows/nfdi/pyiron_base.ipynb](example_workflows/nfdi/pyiron_base.ipynb) | Define Workflow with pyiron_base and execute it with aiida and jobflow. | -| [example_workflows/nfdi/universal_workflow.ipynb](example_workflows/nfdi/universal_workflow.ipynb) | Execute workflow defined in the Python Workflow Definition with aiida, executorlib, jobflow, pyiron_base and pure Python. | \ No newline at end of file +| [example_workflows/nfdi/universal_workflow.ipynb](example_workflows/nfdi/universal_workflow.ipynb) | Execute workflow defined in the Python Workflow Definition with aiida, executorlib, jobflow, pyiron_base and pure Python. | diff --git a/documentation/_config.yml b/documentation/_config.yml index 4577b72..d51a3b8 100644 --- a/documentation/_config.yml +++ b/documentation/_config.yml @@ -5,9 +5,9 @@ execute: execute_notebooks : off repository: - url : https://github.com/pyiron-dev/python-workflow-definition + url : https://github.com/pythonworkflow/python-workflow-definition path_to_book : "" launch_buttons: notebook_interface : jupyterlab - binderhub_url : https://mybinder.org \ No newline at end of file + binderhub_url : https://mybinder.org