Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL references following the organization name change #28774

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading