From a55694abff3f7ced64f72f52d20f2fd47bec4f17 Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Sun, 1 Sep 2019 11:55:13 +0100 Subject: [PATCH] small doc fix --- website/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.asciidoc b/website/index.asciidoc index ce303f6..9a9866f 100644 --- a/website/index.asciidoc +++ b/website/index.asciidoc @@ -389,7 +389,7 @@ generally available to work on these, so you should either make a pull request, or find someone willing to write the fixes and make a pull request. -I wrote a tutorial on parsing SQL here: +There is a related tutorial on implementing a SQL parser here: http://jakewheat.github.io/intro_to_parsing/