From ff5ca730668311ea5307c7cdcc5e6ed2f35ff21c Mon Sep 17 00:00:00 2001 From: Nadeesha Cabral Date: Fri, 25 Oct 2024 20:07:40 +1100 Subject: [PATCH] chore: Remove grand-unifier script and update repository URLs --- grand-unifier.sh | 29 ----------------------------- sdk-dotnet/README.md | 2 +- sdk-dotnet/src/Inferable.csproj | 2 +- 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 grand-unifier.sh 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