@@ -11,7 +11,7 @@ will be two variants available:
1111* The quite a bit faster native extension variant, which is in parts
1212 implemented in C or Java and comes with its own unicode conversion
1313 functions and a parser generated by the ragel state machine compiler
14- http://www.cs.queensu.ca/~thurston/ ragel .
14+ http://www.complang.org/ ragel/ .
1515
1616Both variants of the JSON generator generate UTF-8 character sequences by
1717default. If an :ascii_only option with a true value is given, they escape all
6565
6666== Compiling the extensions yourself
6767
68- If you want to build the extensions yourself you need rake:
69-
70- You can get it from rubyforge:
71- http://rubyforge.org/projects/rake
72-
73- or just type
74-
75- # gem install rake
76-
77- for the installation via rubygems.
78-
7968If you want to create the parser.c file from its parser.rl file or draw nice
80- graphviz images of the state machines, you need ragel from: http://www.cs.queensu.ca/~thurston/ragel
81-
69+ graphviz images of the state machines, you need ragel from:
70+ http://www.complang.org/ragel/
8271
8372== Usage
8473
@@ -349,7 +338,7 @@ Ruby License, see https://www.ruby-lang.org/en/about/license.txt.
349338
350339The latest version of this library can be downloaded at
351340
352- * http ://rubyforge .org/frs?group_id=953
341+ * https ://rubygems .org/gems/json
353342
354343Online Documentation should be located at
355344
0 commit comments