Skip to content

Commit b483701

Browse files
authoredAug 1, 2020
Update links after changing the GitHub org name to "data-apis" (#5)
xref data-apis/governance#5
1 parent 5fce060 commit b483701

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ cd ./repository/destination/directory
6666
Next, clone the repository
6767

6868
```bash
69-
$ git clone https://github.com/pydata-apis/array-api-comparison.git
69+
$ git clone https://github.com/data-apis/array-api-comparison.git
7070
```
7171

7272
Once cloned, navigate to the repository directory
@@ -237,6 +237,6 @@ Once added, the CSV variant can be generated using internal tooling.
237237

238238
[tensorflow]: https://www.tensorflow.org/api_docs/python
239239

240-
[python-api-record]: https://github.com/pydata-apis/python-api-record
240+
[python-api-record]: https://github.com/data-apis/python-api-record
241241

242242
<!-- /.links -->

‎notebooks/analysis.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"\n",
154154
"[xarray]: https://xarray.pydata.org/en/latest/\n",
155155
"\n",
156-
"[python-api-record]: https://github.com/pydata-apis/python-api-record"
156+
"[python-api-record]: https://github.com/data-apis/python-api-record"
157157
]
158158
},
159159
{
@@ -2923,7 +2923,7 @@
29232923
"cell_type": "markdown",
29242924
"metadata": {},
29252925
"source": [
2926-
"Downstream library usage was measured by running test suites for each respective downstream library and recording NumPy API calls. For further details, see the API record tooling [repository](https://github.com/pydata-apis/python-api-record).\n",
2926+
"Downstream library usage was measured by running test suites for each respective downstream library and recording NumPy API calls. For further details, see the API record tooling [repository](https://github.com/data-apis/python-api-record).\n",
29272927
"\n",
29282928
"Load a table containing API usage data..."
29292929
]

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/pydata-apis/array-api-comparison.git"
9+
"url": "git://github.com/data-apis/array-api-comparison.git"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/pydata-apis/array-api-comparison/issues"
12+
"url": "https://github.com/data-apis/array-api-comparison/issues"
1313
},
1414
"dependencies": {},
1515
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.