From 0097eab23765aef596d1cb7f04aea6756d796a2e Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 20 Sep 2021 10:36:51 -0500 Subject: tutorial tweakin --- examples/Tutorial.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Tutorial.org b/examples/Tutorial.org index 5cb9d38..6589965 100644 --- a/examples/Tutorial.org +++ b/examples/Tutorial.org @@ -11,7 +11,7 @@ To motivate your learning, you will be building up a parser for the familiar JSON format, so , take a minute to scroll all the way - through the [[https://www.json.org/json-en.html][definition document]]. + through the [[https://www.json.org/json-en.html][JSON definition document]]. Notice the document's structure. At the top is a the definition of a JSON object. That definition refers to other terms, like arrays and @@ -130,7 +130,7 @@ ** Jumping in with Whitespace - Looking at the JSON document, you see that =whitespace= is any of + Looking at [[https://www.json.org/json-en.html][JSON definition document]], you see that =whitespace= is any of the characters =space=, =linefeed=, =carriage return=, or =horizontal tab=, repeated zero or more times. -- cgit v1.2.3