Skip to content

Commit a2ed99c

Browse files
committed
docs: update repository URLs
1 parent ab137d7 commit a2ed99c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<p align="center">
2-
<a href="https://hem-w.github.io/dominosee-dev/">
2+
<a href="https://github.com/PREP-NexT/DOMINO-SEE">
33
<img src="https://raw.githubusercontent.com/Hem-W/dominosee-dev/refs/heads/main/docs/source/_static/DOMINO-SEE%20Horizontal.svg" width="550" alt="DOMINO-SEE logo">
44
</a>
55
</p>
66

77
<p align="center">
88
<a href="https://www.python.org/"><img alt="Build" src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg?color=purple"></a>
9-
<a href="https://github.com/Hem-W/dominosee-dev"><img src="https://img.shields.io/github/contributors/Hem-W/dominosee-dev.svg" alt="GitHub contributors"></a>
10-
<a href="https://github.com/Hem-W/dominosee-dev"><img src="https://img.shields.io/github/issues/Hem-W/dominosee-dev.svg" alt="GitHub issues"></a>
9+
<a href="https://github.com/PREP-NexT/DOMINO-SEE"><img src="https://img.shields.io/github/contributors/PREP-NexT/DOMINO-SEE.svg" alt="GitHub contributors"></a>
10+
<a href="https://github.com/PREP-NexT/DOMINO-SEE"><img src="https://img.shields.io/github/issues/PREP-NexT/DOMINO-SEE.svg" alt="GitHub issues"></a>
1111
<a href="https://twitter.com/PREPNexT_Lab"><img src="https://img.shields.io/twitter/follow/PREPNexT_Lab.svg?label=Follow&style=social" alt="Twitter Follow"></a>
12-
<a href="https://github.com/Hem-W/dominosee-dev"><img src="https://img.shields.io/github/license/Hem-W/dominosee-dev.svg" alt="License"></a>
13-
<a href="https://github.com/Hem-W/dominosee-dev"><img src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103" alt="Download"></a>
12+
<a href="https://github.com/PREP-NexT/DOMINO-SEE"><img src="https://img.shields.io/github/license/PREP-NexT/DOMINO-SEE.svg" alt="License"></a>
13+
<a href="https://github.com/PREP-NexT/DOMINO-SEE"><img src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103" alt="Download"></a>
1414
</p>
1515

1616
<p align="center">
@@ -55,13 +55,13 @@ This section includes a brief tutorial on running your first DOMINO-SEE model.
5555
1. Clone the repo
5656

5757
```bash
58-
git clone https://github.com/Hem-W/dominosee-dev.git
58+
git clone https://github.com/PREP-NexT/DOMINO-SEE.git
5959
```
6060

6161
2. Install the dependencies through conda
6262

6363
```bash
64-
cd dominosee-dev
64+
cd DOMINO-SEE
6565
conda env create -f environment.yml
6666
conda activate dominosee
6767
```

0 commit comments

Comments
 (0)