Skip to content

Commit a585192

Browse files
authored
update domain name (#146)
1 parent f3cfa94 commit a585192

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <ins>Bi</ins>o <ins>R</ins>eactor <ins>D</ins>esign (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)
1+
# <ins>Bi</ins>o <ins>R</ins>eactor <ins>D</ins>esign (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)
22

33
## Quick start
44
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
1515
```bash
1616
conda create -c conda-forge --name bird python=3.10 paraview
1717
conda activate bird
18-
git clone https://github.com/NREL/BioReactorDesign.git
18+
git clone https://github.com/NatLabRockies/BioReactorDesign.git
1919
cd BioReactorDesign
2020
pip install -e .
2121
```
@@ -38,7 +38,7 @@ We highly recommend that you specify the version explicitly as the library is st
3838

3939
## Documentation
4040

41-
See the [nrel.github.io/BioReactorDesign](https://nrel.github.io/BioReactorDesign).
41+
See the [natlabrockies.github.io/BioReactorDesign](https://natlabrockies.github.io/BioReactorDesign).
4242

4343

4444
## References

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description="Bio Reactor Design (BiRD): a toolbox to simulate and analyze different designs of bioreactors in OpenFOAM",
2121
long_description=readme,
2222
long_description_content_type="text/markdown",
23-
url="https://github.com/NREL/BioReactorDesign",
23+
url="https://github.com/NatLabRockies/BioReactorDesign",
2424
author="Malik Hassanaly",
2525
license="BSD 3-Clause",
2626
package_dir={"bird": "bird"},
@@ -50,8 +50,8 @@
5050
],
5151
},
5252
project_urls={
53-
"Documentation": "https://nrel.github.io/BioReactorDesign/",
54-
"Repository": "https://github.com/NREL/BioReactorDesign",
53+
"Documentation": "https://natlabrockies.github.io/BioReactorDesign/",
54+
"Repository": "https://github.com/NatLabRockies/BioReactorDesign",
5555
},
5656
include_package_data=True,
5757
python_requires=">=3.10",

0 commit comments

Comments
 (0)