From 0dd867d508f746b0d4a8b539d3a2fa4711bfa78f Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 14 Jan 2019 22:33:33 -0500 Subject: [PATCH] Fix markup. --- doc/Peg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Peg.md b/doc/Peg.md index 31f8556e..ee0dd491 100644 --- a/doc/Peg.md +++ b/doc/Peg.md @@ -19,7 +19,7 @@ Janet's `peg` module borrows syntax and ideas from both LPeg and REBOL/Red parse Below is a simple example for checking if a string is a valid IP address. Notice how the grammar is descriptive enough that you can read it even if you don't know the peg -syntax (example is translated from a (RED language blog post)[https://www.red-lang.org/2013/11/041-introducing-parse.html]). +syntax (example is translated from a [RED language blog post](https://www.red-lang.org/2013/11/041-introducing-parse.html). ```clojure (def ip-address '{:dig (range "09")