Skip to content

Commit 22d6711

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #125 from icfaust/main
[fix] update link in README.md
2 parents 868696d + c7a0a41 commit 22d6711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ the array. In addition to that, qsort will replace all your NAN's with
9393
the input are not preserved. Also note that the arg methods (argsort and
9494
argselect) will not use the SIMD based algorithms if they detect NAN's in the
9595
array. You can read details of all the implementations
96-
[here](https://github.com/intel/x86-simd-sort/src/README.md).
96+
[here](https://github.com/intel/x86-simd-sort/blob/main/src/README.md).
9797

9898
## Downstream projects using x86-simd-sort
9999

0 commit comments

Comments
 (0)