From 8c756d0534fda5ba190575b64df40290058eb239 Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Mon, 27 May 2024 09:36:37 +0530 Subject: [PATCH] Update index.md --- contrib/numpy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/numpy/index.md b/contrib/numpy/index.md index 4b4a2c8..b2d459a 100644 --- a/contrib/numpy/index.md +++ b/contrib/numpy/index.md @@ -7,4 +7,4 @@ - [Operations on Arrays in NumPy](operations-on-arrays.md) - [Loading Arrays from Files](loading_arrays_from_files.md) - [Saving Numpy Arrays into FIles](saving_numpy_arrays_to_files.md) -- [Sorting NumPy Arrays](sorting_numpy_array.md) +- [Sorting NumPy Arrays](sorting-array.md)