From fa5ac66fbc103558ffdbb36f73fbd28f0b16d8ed Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Wed, 8 Apr 2026 14:47:03 +0100 Subject: [PATCH] DOC: fix SciPy vendoring example link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 29e2ed08..0a2826b3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -115,7 +115,7 @@ def array_namespace(*xs, **kwargs): See [an example of this in SciPy][scipy-vendor-example]. ``` -[scipy-vendor-example]: https://github.com/scipy/scipy/blob/main/scipy/_lib/_array_api_compat_vendor.py +[scipy-vendor-example]: https://github.com/scipy/scipy/blob/main/scipy/_external/_array_api_compat_vendor.py ## Versioning