Skip to content

Commit b773c75

Browse files
authored
Merge pull request #9 from datalust/dev
1.0.2 Release
2 parents 7ce7491 + 4321137 commit b773c75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,6 @@ Benchmarks and results are included in the repository.
218218

219219
### Getting help
220220

221-
Please post issues [to the issue tracker], visit our [Gitter chat](https://gitter.im/datalust/superpower), or tag your [question on StackOverflow](http://stackoverflow.com/questions/tagged/superpower) with `superpower`.
221+
Please post issues [to the issue tracker](https://github.com/datalust/superpower/issues), visit our [Gitter chat](https://gitter.im/datalust/superpower), or tag your [question on StackOverflow](http://stackoverflow.com/questions/tagged/superpower) with `superpower`.
222222
223223
_The repository's title arose out of a talk_ "Parsing Text: the Programming Superpower You Need at Your Fingertips" _given at [DDD Brisbane](http://dddbrisbane.com/) 2015._

src/Superpower/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "1.0.1-*",
2+
"version": "1.0.2-*",
33

44
"description": "A parser combinator library for C#",
55
"authors": [ "Datalust", "Superpower Contributors", "Sprache Contributors" ],
66

77
"packOptions": {
88
"tags": [ "superpower", "parser" ],
9-
"projectUrl": "https://github.com/nblumhardt/superpower",
9+
"projectUrl": "https://github.com/datalust/superpower",
1010
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
1111
"iconUrl": "https://raw.githubusercontent.com/datalust/superpower/dev/asset/Superpower-White-400px.png"
1212
},

0 commit comments

Comments
 (0)