diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index c32f4fc927e31..14d2644ac85f2 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -15,7 +15,7 @@ on: docs-repo: description: 'Repo to hold the docs' required: false - default: Transpile-AI/docs + default: ivy-llc/docs type: string permissions: diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 2f7192477a18b..ccc0b545be46c 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -20,7 +20,7 @@ on: docs-repo: description: 'Repo to hold the docs' required: false - default: Transpile-AI/docs + default: ivy-llc/docs type: string permissions: @@ -40,7 +40,7 @@ jobs: - name: Checkout 🛎️ Doc-builder uses: actions/checkout@v4 with: - repository: Transpile-AI/doc-builder + repository: ivy-llc/doc-builder path: .doc-builder - name: Install apt dependencies diff --git a/.gitmodules b/.gitmodules index c07ad0a4ebed2..9f8ee635c3bda 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ url = https://github.com/data-apis/array-api-tests.git [submodule "docs/demos"] path = docs/demos - url = https://github.com/Transpile-AI/demos.git + url = https://github.com/ivy-llc/demos.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c76be6e7a8f98..a5ce45477b4a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: rev: v1.7.5 hooks: - id: docformatter - - repo: https://github.com/Transpile-AI/lint-hook + - repo: https://github.com/ivy-llc/lint-hook rev: a72ffb17562d919311653d7f593cb537d1245c19 hooks: - id: ivy-lint diff --git a/docker/Dockerfile b/docker/Dockerfile index 2e543439131ad..f74ba7704f606 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -39,7 +39,7 @@ RUN apt-get update && \ # Install Ivy Upstream -RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \ +RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \ cd ivy && \ cd ivy_tests/array_api_testing/test_array_api && \ pip3 install --no-cache-dir -r requirements.txt diff --git a/docker/DockerfileGPU b/docker/DockerfileGPU index 561186f84bbe4..06a98aaca6d9e 100644 --- a/docker/DockerfileGPU +++ b/docker/DockerfileGPU @@ -58,7 +58,7 @@ RUN apt-get update && \ # install Ivy Upstream -RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \ +RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \ cd ivy && \ cd ivy_tests/array_api_testing/test_array_api && \ pip3 install --no-cache-dir -r requirements.txt diff --git a/docker/DockerfileMultiversion b/docker/DockerfileMultiversion index 97f31cc5ff66e..80710050e4e4b 100644 --- a/docker/DockerfileMultiversion +++ b/docker/DockerfileMultiversion @@ -32,7 +32,7 @@ RUN apt-get update && \ # Install Ivy Upstream -RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \ +RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \ cd ivy && \ cd ivy_tests/array_api_testing/test_array_api && \ pip3 install --no-cache-dir -r requirements.txt