Skip to content

Commit 5f1c958

Browse files
committed
Fix some links
1 parent 532fa14 commit 5f1c958

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.rdoc

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1616
Both variants of the JSON generator generate UTF-8 character sequences by
1717
default. If an :ascii_only option with a true value is given, they escape all
@@ -65,20 +65,9 @@ with:
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-
7968
If 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

350339
The 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

354343
Online Documentation should be located at
355344

0 commit comments

Comments
 (0)