Skip to content

Commit 0c1cb75

Browse files
committed
Added link to data release 1.
1 parent 87632ce commit 0c1cb75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# codehunt-data-cs
22
Code Hunt Data Helper, C# version (see also: [Python version][py])
33

4-
This is intended to help with analyzing data from the Code Hunt Data
5-
Release 1 by parsing the filenames and providing code for querying the
4+
This is intended to help with analyzing data from the [Code Hunt Data
5+
Release 1][dr1] by parsing the filenames and providing code for querying the
66
[Code Hunt REST API](https://api.codehunt.com/) as well as showing an
77
example of using [Roslyn][roslyn] to parse the user code.
88

@@ -11,3 +11,4 @@ See `codehunt-data-example/Program.cs` for a simple example of using this code.
1111

1212
[py]: https://github.com/dperelman/codehunt-data-py
1313
[roslyn]: https://github.com/dotnet/roslyn
14+
[dr1]: https://github.com/Microsoft/Code-Hunt/tree/master/Code%20Hunt%20dataset%201

0 commit comments

Comments
 (0)