From 0774c3aaaa2a17d2f2e45ae06e65aed1ab7893a6 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 11 Oct 2022 03:48:51 +0800 Subject: [PATCH] update the maintained repo of ast-pattern-matching (#20537) --- doc/tut3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tut3.md b/doc/tut3.md index 958d357914..ccb2eb8091 100644 --- a/doc/tut3.md +++ b/doc/tut3.md @@ -375,7 +375,7 @@ Ast Pattern Matching is a macro library to aid in writing complex macros. This can be seen as a good example of how to repurpose the Nim syntax tree with new semantics. -[Ast Pattern Matching](https://github.com/krux02/ast-pattern-matching) +[Ast Pattern Matching](https://github.com/nim-lang/ast-pattern-matching) OpenGL Sandbox --------------