Skip to content

Commit c873118

Browse files
authored
DOC: fix SciPy vendoring example link (#676)
1 parent 9532be9 commit c873118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def array_namespace(*xs, **kwargs):
115115
See [an example of this in SciPy][scipy-vendor-example].
116116
```
117117

118-
[scipy-vendor-example]: https://github.com/scipy/scipy/blob/main/scipy/_lib/_array_api_compat_vendor.py
118+
[scipy-vendor-example]: https://github.com/scipy/scipy/blob/main/scipy/_external/_array_api_compat_vendor.py
119119

120120
## Versioning
121121

0 commit comments

Comments
 (0)