Skip to content

Commit

Permalink
Merge pull request #509 from okuramasafumi/patch-1
Browse files Browse the repository at this point in the history
Fix dead link to Ragel in README
  • Loading branch information
hsbt authored Jan 23, 2023
2 parents 9463784 + 42e9175 commit fe4860f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ will be two variants available:
* The quite a bit faster native extension variant, which is in parts
implemented in C or Java and comes with its own unicode conversion
functions and a parser generated by the ragel state machine compiler
http://www.complang.org/ragel/ .
http://www.colm.net/open-source/ragel/ .

Both variants of the JSON generator generate UTF-8 character sequences by
default. If an :ascii\_only option with a true value is given, they escape all
Expand Down Expand Up @@ -72,7 +72,7 @@ with:

If you want to create the `parser.c` file from its `parser.rl` file or draw nice
graphviz images of the state machines, you need ragel from:
http://www.complang.org/ragel/
http://www.colm.net/open-source/ragel/

## Usage

Expand Down

0 comments on commit fe4860f

Please sign in to comment.