Skip to content

Commit

Permalink
Update URL references following the organization name change (#28774)
Browse files Browse the repository at this point in the history
  • Loading branch information
YushaArif99 committed Jun 24, 2024
1 parent cca2079 commit 9a24f65
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/DockerfileGPU
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/DockerfileMultiversion
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a24f65

Please sign in to comment.