From 8cbd3f22fc6d7e37945be7be0268b8129a0673ca Mon Sep 17 00:00:00 2001 From: Daniel Falbel Date: Thu, 30 Jan 2025 14:00:50 -0300 Subject: [PATCH] Fix 404 URL --- vignettes/indexing.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/indexing.Rmd b/vignettes/indexing.Rmd index b8f7a27938..e7ab5ee3df 100644 --- a/vignettes/indexing.Rmd +++ b/vignettes/indexing.Rmd @@ -158,7 +158,7 @@ z[..,1] Vector indexing is also supported but care must be taken regarding performance as, in general its much less performant than slice based indexing. > Note: Starting from version 0.5.0, vector indexing in torch follows R semantics, -prior to that the behavior was similar to [numpy's advanced indexing](https://numpy.org/doc/stable/reference/arrays.indexing.html#advanced-indexing). +prior to that the behavior was similar to [numpy's advanced indexing](https://numpy.org/doc/2.2/user/basics.indexing.html#advanced-indexing). To use the old behavior, consider using `?torch_index`, `?torch_index_put` or `torch_index_put_`. ```{r}