Skip to content

Commit 57c6e3d

Browse files
Fix dead link to Ragel in README
1 parent 9463784 commit 57c6e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ will be two variants available:
1313
* The quite a bit faster native extension variant, which is in parts
1414
implemented in C or Java and comes with its own unicode conversion
1515
functions and a parser generated by the ragel state machine compiler
16-
http://www.complang.org/ragel/ .
16+
http://www.colm.net/open-source/ragel/ .
1717

1818
Both variants of the JSON generator generate UTF-8 character sequences by
1919
default. If an :ascii\_only option with a true value is given, they escape all

0 commit comments

Comments
 (0)