Skip to content

Commit 32706e9

Browse files
DOC: Update a couple links to numpy source code in README.md.
1 parent 6aeec11 commit 32706e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1935,9 +1935,9 @@ Here's a collection of resources for learning about the C API for ufuncs.
19351935
However, the `distutils` subpackage of NumPy is deprecated.
19361936
* Some relevant NumPy source code, if you want to dive deep:
19371937
* `PyUFuncObject` along with related C types and macros are defined in
1938-
[`numpy/numpy/core/include/numpy/ufuncobject.h`](https://github.com/numpy/numpy/blob/7214ca4688545b432c45287195e2f46c5e418ce8/numpy/core/include/numpy/ufuncobject.h).
1938+
[`numpy/numpy/_core/include/numpy/ufuncobject.h`](https://github.com/numpy/numpy/blob/main/numpy/_core/include/numpy/ufuncobject.h).
19391939
* `PyUFunc_FromFuncAndData` and `PyUFunc_FromFuncAndDataAndSignatureAndIdentity`
1940-
are defined in the file [`numpy/numpy/core/src/umath/ufunc_object.c`](https://github.com/numpy/numpy/blob/7214ca4688545b432c45287195e2f46c5e418ce8/numpy/core/src/umath/ufunc_object.c).
1940+
are defined in the file [`numpy/numpy/core/_src/umath/ufunc_object.c`](https://github.com/numpy/numpy/blob/main/numpy/_core/src/umath/ufunc_object.c).
19411941
* Section of the [SciPy Lecture Notes](https://scipy-lectures.org/index.html) on ufuncs:
19421942
* [2.2.2 Universal Functions](https://scipy-lectures.org/advanced/advanced_numpy/index.html#universal-functions)
19431943
* [Data Type API](https://numpy.org/doc/stable/reference/c-api/dtype.html) --

0 commit comments

Comments
 (0)