Skip to content

Commit

Permalink
Merge pull request #197 from m-click/fix_broken_link
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
nlohmann committed Jan 26, 2016
2 parents 2b13711 + 08fd6db commit 8deaabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Other aspects were not so important to us:

- **Speed**. We currently implement the parser as naive [recursive descent parser](http://en.wikipedia.org/wiki/Recursive_descent_parser) with hand coded string handling. It is fast enough, but a [LALR-parser](http://en.wikipedia.org/wiki/LALR_parser) with a decent regular expression processor should be even faster (but would consist of more files which makes the integration harder).

See the [https://github.com/nlohmann/json/blob/master/CONTRIBUTING.md#please-dont](contribution guidelines) for more information.
See the [contribution guidelines](https://github.com/nlohmann/json/blob/master/CONTRIBUTING.md#please-dont) for more information.

## Integration

Expand Down

0 comments on commit 8deaabb

Please sign in to comment.