Skip to content

Commit 23adb36

Browse files
author
Jamie
authored
Change documentation urls to new repos (#74)
Signed-off-by: Jamie <jamie@sootmc.net>
1 parent 93d0399 commit 23adb36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<strong><i>A simple webserver to view your selfhosted modmail logs.</i></strong>
44
<br />
55
<br />
6-
<a href="https://heroku.com/deploy?template=https://github.com/kyb3r/logviewer">
6+
<a href="https://heroku.com/deploy?template=https://github.com/modmail-dev/logviewer">
77
<img src="https://img.shields.io/badge/deploy_to-heroku-997FBC.svg?style=for-the-badge" alt="Deploy to Heroku"/>
88
</a>
99
<a href="https://discord.gg/etJNHCQ">
@@ -18,7 +18,7 @@
1818
<a href="https://github.com/psf/black">
1919
<img src="https://img.shields.io/badge/Code%20Style-Black-black?style=for-the-badge" alt="Coding Style Black">
2020
</a>
21-
<a href="https://github.com/kyb3r/logviewer/blob/master/LICENSE">
21+
<a href="https://github.com/modmail-dev/logviewer/blob/master/LICENSE">
2222
<img src="https://img.shields.io/badge/license-agpl-e74c3c.svg?style=for-the-badge" alt="AGPL License">
2323
</a>
2424
</div>
@@ -54,7 +54,7 @@ sudo apt install software-properties-common python3.9 python3-dev python3-pip
5454

5555
Run the following shell commands:
5656
```shell
57-
git clone https://github.com/kyb3r/logviewer
57+
git clone https://github.com/modmail-dev/logviewer
5858
cd logviewer
5959
python3 -m pip install pipenv
6060
pipenv install

0 commit comments

Comments
 (0)