|
17 | 17 | src="https://anaconda.org/conda-forge/scipy-stubs/badges/version.svg"
|
18 | 18 | />
|
19 | 19 | </a>
|
20 |
| - <a href="https://github.com/jorenham/scipy-stubs"> |
| 20 | + <a href="https://github.com/scipy/scipy-stubs"> |
21 | 21 | <img
|
22 | 22 | alt="scipy-stubs - Python Versions"
|
23 | 23 | src="https://img.shields.io/pypi/pyversions/scipy-stubs?style=flat"
|
24 | 24 | />
|
25 | 25 | </a>
|
26 |
| - <a href="https://github.com/jorenham/scipy-stubs"> |
| 26 | + <a href="https://github.com/scipy/scipy-stubs"> |
27 | 27 | <img
|
28 | 28 | alt="scipy-stubs - license"
|
29 |
| - src="https://img.shields.io/github/license/jorenham/scipy-stubs?style=flat" |
| 29 | + src="https://img.shields.io/github/license/scipy/scipy-stubs?style=flat" |
30 | 30 | />
|
31 | 31 | </a>
|
32 | 32 | </p>
|
33 | 33 | <p align="center">
|
34 |
| - <a href="https://github.com/jorenham/scipy-stubs/actions?query=workflow%3ACI"> |
| 34 | + <a href="https://github.com/scipy/scipy-stubs/actions?query=workflow%3ACI"> |
35 | 35 | <img
|
36 | 36 | alt="scipy-stubs - CI"
|
37 |
| - src="https://github.com/jorenham/scipy-stubs/workflows/CI/badge.svg" |
| 37 | + src="https://github.com/scipy/scipy-stubs/workflows/CI/badge.svg" |
38 | 38 | />
|
39 | 39 | </a>
|
40 | 40 | <a href="https://github.com/pre-commit/pre-commit">
|
@@ -95,7 +95,7 @@ ______________________________________________________________________
|
95 | 95 |
|
96 | 96 | ## Installation
|
97 | 97 |
|
98 |
| -The source code is currently hosted on GitHub at [github.com/jorenham/scipy-stubs](https://github.com/jorenham/scipy-stubs/). |
| 98 | +The source code is currently hosted on GitHub at [github.com/scipy/scipy-stubs](https://github.com/scipy/scipy-stubs/). |
99 | 99 |
|
100 | 100 | Binary distributions are available at the [Python Package Index (PyPI)](https://pypi.org/project/scipy-stubs/) and on
|
101 | 101 | [conda-forge](https://anaconda.org/conda-forge/scipy-stubs).
|
@@ -196,8 +196,8 @@ help a lot if you could open an issue or a PR for it.
|
196 | 196 | There are many ways that you can help improve `scipy-stubs`, for example
|
197 | 197 |
|
198 | 198 | - reporting issues, bugs, or other unexpected outcomes
|
199 |
| -- improving the `.pyi` stubs (see [CONTRIBUTING.md](https://github.com/jorenham/scipy-stubs/blob/master/CONTRIBUTING.md)) |
200 |
| -- type-testing (see the `README.md` in [`scipy-stubs/tests`](https://github.com/jorenham/scipy-stubs/tree/master/tests) for the |
| 199 | +- improving the `.pyi` stubs (see [CONTRIBUTING.md](https://github.com/scipy/scipy-stubs/blob/master/CONTRIBUTING.md)) |
| 200 | +- type-testing (see the `README.md` in [`scipy-stubs/tests`](https://github.com/scipy/scipy-stubs/tree/master/tests) for the |
201 | 201 | specifics)
|
202 | 202 | - write new documentation (usage examples, guides, tips & tricks, FAQ, etc.), or e.g. improve this `README.md`
|
203 | 203 | - help spread the word on `scipy-stubs`, so that more can benefit from using it
|
|
0 commit comments