Skip to content

Commit a331713

Browse files
committed
Fix links to files in README.
1 parent 1695a32 commit a331713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Wraparound interval : 407226.12:41:28.8320000 (about 1114 years)
123123
Wraparound date : 3135-03-14T12:41:28.8320000+00:00
124124
```
125125

126-
IdGen also provides an `ITimeSouce` interface; this can be handy for [unittesting](IdGenTests/IdGenTests.cs) purposes or if you want to provide a time-source for the timestamp part of your Id's that is not based on the system time. For unittesting we use our own [`MockTimeSource`](IdGenTests/MockTimeSource.cs).
126+
IdGen also provides an `ITimeSouce` interface; this can be handy for [unittesting](IdGenTests/IdGeneratorTests.cs) purposes or if you want to provide a time-source for the timestamp part of your Id's that is not based on the system time. For unittesting we use our own [`MockTimeSource`](IdGenTests/Mocks/MockTimeSource.cs).
127127

128128
```xml
129129
<configuration>

0 commit comments

Comments
 (0)