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 links after changing the GitHub org name to "data-apis" #5

Merged
merged 1 commit into from
Aug 1, 2020
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ cd ./repository/destination/directory
Next, clone the repository

```bash
$ git clone https://github.com/pydata-apis/array-api-comparison.git
$ git clone https://github.com/data-apis/array-api-comparison.git
```

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

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

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

<!-- /.links -->
4 changes: 2 additions & 2 deletions notebooks/analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"\n",
"[xarray]: https://xarray.pydata.org/en/latest/\n",
"\n",
"[python-api-record]: https://github.com/pydata-apis/python-api-record"
"[python-api-record]: https://github.com/data-apis/python-api-record"
]
},
{
Expand Down Expand Up @@ -2923,7 +2923,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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",
"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",
"\n",
"Load a table containing API usage data..."
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/pydata-apis/array-api-comparison.git"
"url": "git://github.com/data-apis/array-api-comparison.git"
},
"bugs": {
"url": "https://github.com/pydata-apis/array-api-comparison/issues"
"url": "https://github.com/data-apis/array-api-comparison/issues"
},
"dependencies": {},
"devDependencies": {
Expand Down