From c0300899c6c0e17e5b88b1e8079aa3bf4d0a264f Mon Sep 17 00:00:00 2001 From: ashn Date: Mon, 23 May 2022 18:46:34 -0400 Subject: [PATCH] Fix broken link to AST header file in the phases tutorial document --- doc/tutorial/phases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/phases.md b/doc/tutorial/phases.md index 45f21dde7..9a365d541 100644 --- a/doc/tutorial/phases.md +++ b/doc/tutorial/phases.md @@ -10,7 +10,7 @@ rather than using a command-line interface. ## Parsing -All regexp dialects parse to the same AST (see [re_ast.h](../../src/libre/re_ast.h)): +All regexp dialects parse to the same AST (see [ast.h](../../src/libre/ast.h)): ; re -pl ast '^ab+c?.?$' | dot ![phase-ast.svg](phase-ast.svg)