Skip to content

Commit 18a9f68

Browse files
committed
[Infra) fix relative link in README.md.
1 parent e550fa6 commit 18a9f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ You can also improve performance by using struct for Where predicate and select
4242

4343
## Performances
4444

45-
Benchmark are in [here](src\StructLinq.Benchmark).
45+
Benchmark are in [here](src/StructLinq.Benchmark).
4646
For example on following linq sequence:
4747
```csharp
4848
array
4949
.Where(x => (x & 1) == 0)
5050
.Select(x => x * 2)
5151
.Sum();
5252
```
53-
[Benchmark](src\StructLinq.Benchmark\ArrayWhereSelectSum.cs) results are:
53+
[Benchmark](src/StructLinq.Benchmark/ArrayWhereSelectSum.cs) results are:
5454

5555
``` ini
5656

0 commit comments

Comments
 (0)