summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2015-11-05 11:15:23 +0100
committerFlorian Frank <flori@ping.de>2015-11-05 11:15:23 +0100
commit5f1c9589fadf07ca8bd86ff42b491fcb6332e0ff (patch)
tree18b974d1cbd6710d65d46440767e98d386d3a767
parent532fa1430a10acb89e6cd34849e6be7ceaf2f7f2 (diff)
downloadjson-5f1c9589fadf07ca8bd86ff42b491fcb6332e0ff.tar.gz
Fix some links
-rw-r--r--README.rdoc19
1 files changed, 4 insertions, 15 deletions
diff --git a/README.rdoc b/README.rdoc
index dad34a9..2410fb7 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -11,7 +11,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.cs.queensu.ca/~thurston/ragel .
+ http://www.complang.org/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
@@ -65,20 +65,9 @@ with:
== Compiling the extensions yourself
-If you want to build the extensions yourself you need rake:
-
- You can get it from rubyforge:
- http://rubyforge.org/projects/rake
-
- or just type
-
- # gem install rake
-
- for the installation via rubygems.
-
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.cs.queensu.ca/~thurston/ragel
-
+graphviz images of the state machines, you need ragel from:
+http://www.complang.org/ragel/
== Usage
@@ -349,7 +338,7 @@ Ruby License, see https://www.ruby-lang.org/en/about/license.txt.
The latest version of this library can be downloaded at
-* http://rubyforge.org/frs?group_id=953
+* https://rubygems.org/gems/json
Online Documentation should be located at