summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-10-11 03:48:51 +0800
committerGitHub <noreply@github.com>2022-10-10 15:48:51 -0400
commit0774c3aaaa2a17d2f2e45ae06e65aed1ab7893a6 (patch)
tree7c50e5db1bccfab006297c4fc9064162f6f402f5
parent08ae3467b9b3f52fa568bbf06a9057a87020158b (diff)
downloadNim-0774c3aaaa2a17d2f2e45ae06e65aed1ab7893a6.tar.gz
update the maintained repo of ast-pattern-matching (#20537)
-rw-r--r--doc/tut3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut3.md b/doc/tut3.md
index 958d35791..ccb2eb809 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
 --------------