Skip to content

Commit 6447b45

Browse files
authored
Merge pull request #510 from nobu/fix-ragel-link
[DOC] Fix yet another dead link to Ragel
2 parents fe4860f + 0a4e3ac commit 6447b45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README-json-jruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Its path must be set on the `jruby.dir` property of
2323
`nbproject/project.properties` (defaults to `../jruby`).
2424

2525
Additionally, you'll need [Ant](http://ant.apache.org/), and
26-
[Ragel](http://www.cs.queensu.ca/~thurston/ragel/) 6.4 or greater.
26+
[Ragel](http://www.colm.net/open-source/ragel/) 6.4 or greater.
2727

2828
Then, from the folder where the sources are located, type:
2929

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ will be two variants available:
1212
extensions, which are both part of the ruby standard library.
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
15-
functions and a parser generated by the ragel state machine compiler
16-
http://www.colm.net/open-source/ragel/ .
15+
functions and a parser generated by the [Ragel] state machine compiler.
1716

1817
Both variants of the JSON generator generate UTF-8 character sequences by
1918
default. If an :ascii\_only option with a true value is given, they escape all
@@ -71,8 +70,7 @@ with:
7170
## Compiling the extensions yourself
7271

7372
If you want to create the `parser.c` file from its `parser.rl` file or draw nice
74-
graphviz images of the state machines, you need ragel from:
75-
http://www.colm.net/open-source/ragel/
73+
graphviz images of the state machines, you need [Ragel].
7674

7775
## Usage
7876

@@ -423,3 +421,5 @@ The latest version of this library can be downloaded at
423421
Online Documentation should be located at
424422

425423
* https://www.rubydoc.info/gems/json
424+
425+
[Ragel]: http://www.colm.net/open-source/ragel/

0 commit comments

Comments
 (0)