Skip to content

Commit f96d286

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #98 from rouault/patch-1
README.md: fix broken link
2 parents 7559f70 + 38bce10 commit f96d286

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
@@ -5,7 +5,7 @@ C++ template library for high performance SIMD based sorting routines for
55
using AVX-512/AVX2 when available. The library auto picks the best version
66
depending on the processor it is run on. If you are looking for the AVX-512 or
77
AVX2 specific implementations, please see
8-
[README](https://github.com/intel/x86-simd-sort/src/README.md) file under
8+
[README](https://github.com/intel/x86-simd-sort/blob/main/src/README.md) file under
99
`src/` directory. The following routines are currently supported:
1010

1111
```cpp

0 commit comments

Comments
 (0)