diff --git a/grand-unifier.sh b/grand-unifier.sh
deleted file mode 100644
index f2d879fa..00000000
--- a/grand-unifier.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-rm -rf sdk-node
-git clone git@github.com:inferablehq/inferable-node.git sdk-node
-rm -rf sdk-node/.git
-mkdir -p workflows/node
-mv sdk-node/.github workflows/node/
-rm -rf sdk-node/.editorconfig
-
-rm -rf sdk-go
-git clone git@github.com:inferablehq/inferable-go.git sdk-go
-rm -rf sdk-go/.git
-mkdir -p workflows/go
-mv sdk-go/.github workflows/go/
-mv sdk-go/.github workflows/
-rm -rf sdk-go/.editorconfig
-
-rm -rf sdk-bash
-git clone git@github.com:inferablehq/inferable-bash.git sdk-bash
-rm -rf sdk-bash/.git
-mkdir -p workflows/bash
-mv sdk-bash/.github workflows/bash/
-mv sdk-bash/.github workflows/
-rm -rf sdk-bash/.editorconfig
-
-rm -rf sdk-dotnet
-git clone git@github.com:inferablehq/inferable-dotnet.git sdk-dotnet
-rm -rf sdk-dotnet/.git
-mkdir -p workflows/dotnet
-mv sdk-dotnet/.github workflows/dotnet/
-rm -rf sdk-dotnet/.editorconfig
diff --git a/sdk-dotnet/README.md b/sdk-dotnet/README.md
index 3a69162e..1ac5dccc 100644
--- a/sdk-dotnet/README.md
+++ b/sdk-dotnet/README.md
@@ -90,4 +90,4 @@ Contributions to the Inferable .NET Client are welcome. Please ensure that your
## Support
-For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable-dotnet/issues).
+For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues).
diff --git a/sdk-dotnet/src/Inferable.csproj b/sdk-dotnet/src/Inferable.csproj
index e0388483..8c73e06b 100644
--- a/sdk-dotnet/src/Inferable.csproj
+++ b/sdk-dotnet/src/Inferable.csproj
@@ -12,7 +12,7 @@
Client library for interacting with the Inferable API
MIT
https://inferable.ai
- https://github.com/inferablehq/inferable-dotnet
+ https://github.com/inferablehq/inferable/sdk-dotnet