Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #22787 from nataziel/ungrammar_doc
docs: point ungrammar example doc at existing file
Chayim Refael Friedman 4 weeks ago
parent 63a6f0d · parent 961b69d · commit 5f8f3ea
-rw-r--r--lib/ungrammar/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ungrammar/README.md b/lib/ungrammar/README.md
index a5e130fedf..7f6eb98079 100644
--- a/lib/ungrammar/README.md
+++ b/lib/ungrammar/README.md
@@ -4,7 +4,7 @@ A DSL for specifying concrete syntax trees.
See the [blog post][post] for an introduction.
-See [./rust.ungram](./rust.ungram) for an example.
+See [./ungrammar.ungram](./ungrammar.ungram) for an example.
## Editor support