diff --git a/README.md b/README.md
index 96f112c..97d49e6 100644
--- a/README.md
+++ b/README.md
@@ -173,8 +173,8 @@ Make sure all of the dependencies are installed, and then run the following
 commands in order:
 
 ```bash
- # Clone the repository and move to the cloned location
-git clone https://github.com/Kirottu/anyrun.git && cd anyrun
+# Clone the repository and move to the cloned location
+git clone https://github.com/anyrun-org/anyrun && cd anyrun
 
 # Build all packages, and install the Anyrun binary
 cargo build --release
@@ -287,7 +287,7 @@ plugin:
 crate-type = ["cdylib"] # Required to build a dynamic library that can be loaded by anyrun
 
 [dependencies]
-anyrun-plugin = { git = "https://github.com/Kirottu/anyrun" }
+anyrun-plugin = { git = "https://github.com/anyrun-org/anyrun" }
 abi_stable = "0.11.1"
 # Any other dependencies you may have
 ```
diff --git a/nix/packages/anyrun.nix b/nix/packages/anyrun.nix
index 340db05..e77f0ad 100644
--- a/nix/packages/anyrun.nix
+++ b/nix/packages/anyrun.nix
@@ -81,7 +81,7 @@ in
 
     meta = {
       description = "A wayland native, highly customizable runner.";
-      homepage = "https://github.com/Kirottu/anyrun";
+      homepage = "https://github.com/anyrun-org/anyrun";
       license = [lib.licenses.gpl3];
       mainProgram = "anyrun";
       maintainers = with lib.maintainers; [NotAShelf n3oney];
diff --git a/nix/packages/plugin.nix b/nix/packages/plugin.nix
index 3e4594a..8e3a0c6 100644
--- a/nix/packages/plugin.nix
+++ b/nix/packages/plugin.nix
@@ -65,7 +65,7 @@ in
 
     meta = {
       description = "The ${name} plugin for Anyrun";
-      homepage = "https://github.com/Kirottu/anyrun";
+      homepage = "https://github.com/anyrun-org/anyrun";
       license = [lib.licenses.gpl3];
       maintainers = with lib.maintainers; [NotAShelf n3oney];
     };