Skip to content

Commit 9a24f65

Browse files
authored
Update URL references following the organization name change (#28774)
1 parent cca2079 commit 9a24f65

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
docs-repo:
1616
description: 'Repo to hold the docs'
1717
required: false
18-
default: Transpile-AI/docs
18+
default: ivy-llc/docs
1919
type: string
2020

2121
permissions:

.github/workflows/publish-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
docs-repo:
2121
description: 'Repo to hold the docs'
2222
required: false
23-
default: Transpile-AI/docs
23+
default: ivy-llc/docs
2424
type: string
2525

2626
permissions:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout 🛎️ Doc-builder
4141
uses: actions/checkout@v4
4242
with:
43-
repository: Transpile-AI/doc-builder
43+
repository: ivy-llc/doc-builder
4444
path: .doc-builder
4545

4646
- name: Install apt dependencies

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
url = https://github.com/data-apis/array-api-tests.git
55
[submodule "docs/demos"]
66
path = docs/demos
7-
url = https://github.com/Transpile-AI/demos.git
7+
url = https://github.com/ivy-llc/demos.git

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
rev: v1.7.5
3434
hooks:
3535
- id: docformatter
36-
- repo: https://github.com/Transpile-AI/lint-hook
36+
- repo: https://github.com/ivy-llc/lint-hook
3737
rev: a72ffb17562d919311653d7f593cb537d1245c19
3838
hooks:
3939
- id: ivy-lint

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get update && \
3939

4040

4141
# Install Ivy Upstream
42-
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
42+
RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \
4343
cd ivy && \
4444
cd ivy_tests/array_api_testing/test_array_api && \
4545
pip3 install --no-cache-dir -r requirements.txt

docker/DockerfileGPU

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN apt-get update && \
5858

5959

6060
# install Ivy Upstream
61-
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
61+
RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \
6262
cd ivy && \
6363
cd ivy_tests/array_api_testing/test_array_api && \
6464
pip3 install --no-cache-dir -r requirements.txt

docker/DockerfileMultiversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update && \
3232

3333

3434
# Install Ivy Upstream
35-
RUN git clone --progress --recurse-submodules https://github.com/Transpile-AI/ivy --depth 1 && \
35+
RUN git clone --progress --recurse-submodules https://github.com/ivy-llc/ivy --depth 1 && \
3636
cd ivy && \
3737
cd ivy_tests/array_api_testing/test_array_api && \
3838
pip3 install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)