Skip to content

Commit 0d6fadb

Browse files
committed
Update links of README
1 parent adf8077 commit 0d6fadb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Inspired by **[EASTL](https://github.com/electronicarts/EASTL)** and **[MSVC STL
1818

1919
## Requirements
2020

21-
The [header-only library](sort.hpp) requires at least C++11.
22-
The [unit tests](sort_test.cpp) use **[Catch2](https://github.com/catchorg/Catch2)**.
23-
The [benchmarks](sort_benchmark.cpp) require at least C++14 and use **[Google Benchmark](https://github.com/google/benchmark)**.
21+
The [header-only library](include/sorting_algorithms/sort.hpp) requires at least C++11.
22+
The [unit tests](test/sort_test.cpp) use **[Catch2](https://github.com/catchorg/Catch2)**.
23+
The [benchmarks](benchmark/sort_benchmark.cpp) require at least C++14 and use **[Google Benchmark](https://github.com/google/benchmark)**.
2424

2525
## How to Use
2626

0 commit comments

Comments
 (0)