From 24b62e256b57271b6c21c62bb0f0fb509fae2442 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Mon, 12 Dec 2022 15:42:43 -0500 Subject: [PATCH] Add link to docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f1b626a..70050619 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Syntax Tree is a suite of tools built on top of the internal CRuby parser. It pr It is built with only standard library dependencies. It additionally ships with a plugin system so that you can build your own syntax trees from other languages and incorporate these tools. +[RDoc Documentation](https://ruby-syntax-tree.github.io/syntax_tree/) + - [Installation](#installation) - [CLI](#cli) - [ast](#ast)