diff --git a/README.md b/README.md index 8c1a933e..1c1b7d87 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bio Reactor Design (BiRD) [![bird-CI](https://github.com/NREL/BioReactorDesign/actions/workflows/ci.yml/badge.svg)](https://github.com/NREL/BioReactorDesign/actions/workflows/ci.yml) [![bird-pyversion](https://img.shields.io/pypi/pyversions/NLR-bird.svg)](https://pypi.org/project/NLR-bird/) [![coverage](https://codecov.io/gh/NREL/BioReactorDesign/graph/badge.svg)](https://app.codecov.io/gh/nrel/bioreactordesign) [![bird-pypi](https://badge.fury.io/py/nlr-bird.svg)](https://badge.fury.io/py/nlr-bird) +# Bio Reactor Design (BiRD) [![bird-CI](https://github.com/NatLabRockies/BioReactorDesign/actions/workflows/ci.yml/badge.svg)](https://github.com/NatLabRockies/BioReactorDesign/actions/workflows/ci.yml) [![bird-pyversion](https://img.shields.io/pypi/pyversions/NLR-bird.svg)](https://pypi.org/project/NLR-bird/) [![coverage](https://codecov.io/gh/NREL/BioReactorDesign/graph/badge.svg)](https://app.codecov.io/gh/nrel/bioreactordesign) [![bird-pypi](https://badge.fury.io/py/nlr-bird.svg)](https://badge.fury.io/py/nlr-bird) ## Quick start 1. Follow the steps to install the python package (see `Installation of python package for developers` or `Installation of python package for users` below) @@ -15,7 +15,7 @@ bash run.sh ```bash conda create -c conda-forge --name bird python=3.10 paraview conda activate bird -git clone https://github.com/NREL/BioReactorDesign.git +git clone https://github.com/NatLabRockies/BioReactorDesign.git cd BioReactorDesign pip install -e . ``` @@ -38,7 +38,7 @@ We highly recommend that you specify the version explicitly as the library is st ## Documentation -See the [nrel.github.io/BioReactorDesign](https://nrel.github.io/BioReactorDesign). +See the [natlabrockies.github.io/BioReactorDesign](https://natlabrockies.github.io/BioReactorDesign). ## References diff --git a/setup.py b/setup.py index 279ca034..6156bb46 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ description="Bio Reactor Design (BiRD): a toolbox to simulate and analyze different designs of bioreactors in OpenFOAM", long_description=readme, long_description_content_type="text/markdown", - url="https://github.com/NREL/BioReactorDesign", + url="https://github.com/NatLabRockies/BioReactorDesign", author="Malik Hassanaly", license="BSD 3-Clause", package_dir={"bird": "bird"}, @@ -50,8 +50,8 @@ ], }, project_urls={ - "Documentation": "https://nrel.github.io/BioReactorDesign/", - "Repository": "https://github.com/NREL/BioReactorDesign", + "Documentation": "https://natlabrockies.github.io/BioReactorDesign/", + "Repository": "https://github.com/NatLabRockies/BioReactorDesign", }, include_package_data=True, python_requires=">=3.10",