diff --git a/docs/opshin/index.html b/docs/opshin/index.html
index fe9ebe11..bb0b347b 100644
--- a/docs/opshin/index.html
+++ b/docs/opshin/index.html
@@ -243,7 +243,7 @@
Supporters
__author_email__ = "n.muendler@web.de"
__copyright__ = "Copyright (C) 2023 nielstron"
__license__ = "MIT"
-__url__ = "https://github.com/imperatorlang/opshin"
+__url__ = "https://github.com/OpShin/opshin"
try:
from .compiler import *
diff --git a/mkdocs.yml b/mkdocs.yml
index 7fa2ef6c..ecf3309f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,5 +1,5 @@
site_name: "opshin"
-repo_url: "https://github.com/ImperatorLang/opshin"
+repo_url: "https://github.com/OpShin/opshin"
site_dir: "site"
docs_dir: "docs"
diff --git a/opshin/__init__.py b/opshin/__init__.py
index 996fb6a1..d6511391 100644
--- a/opshin/__init__.py
+++ b/opshin/__init__.py
@@ -11,7 +11,7 @@
__author_email__ = "n.muendler@web.de"
__copyright__ = "Copyright (C) 2023 nielstron"
__license__ = "MIT"
-__url__ = "https://github.com/imperatorlang/opshin"
+__url__ = "https://github.com/OpShin/opshin"
try:
from .compiler import *