Skip to content

Commit a97daf9

Browse files
committed
Update links to the array-api-compat docs
1 parent 90b5075 commit a97daf9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is *not* intended to be used by end-users. End-users of the array API
1111
should just use their favorite array library (NumPy, CuPy, PyTorch, etc.) as
1212
usual. It is also not intended to be used as a dependency by consuming
1313
libraries. Consuming library code should use the
14-
[array-api-compat](https://github.com/data-apis/array-api-compat) package to
14+
[array-api-compat](https://data-apis.org/array-api-compat/) package to
1515
support the array API. Rather, it is intended to be used in the test suites of
1616
consuming libraries to test their array API usage.
1717

array_api_strict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
should just use their favorite array library (NumPy, CuPy, PyTorch, etc.) as
1111
usual. It is also not intended to be used as a dependency by consuming
1212
libraries. Consuming library code should use the
13-
array-api-compat (https://github.com/data-apis/array-api-compat) package to
13+
array-api-compat (https://data-apis.org/array-api-compat/) package to
1414
support the array API. Rather, it is intended to be used in the test suites of
1515
consuming libraries to test their array API usage.
1616

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is *not* intended to be used by end-users. End-users of the array API
1111
should just use their favorite array library (NumPy, CuPy, PyTorch, etc.) as
1212
usual. It is also not intended to be used as a dependency by consuming
1313
libraries. Consuming library code should use the
14-
[array-api-compat](https://github.com/data-apis/array-api-compat) package to
14+
[array-api-compat](https://data-apis.org/array-api-compat/) package to
1515
support the array API. Rather, it is intended to be used in the test suites of
1616
consuming libraries to test their array API usage.
1717

0 commit comments

Comments
 (0)