From 0a13d15e6c493b434915af38985eaba3fc63415c Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Sat, 9 Mar 2024 00:25:56 +0100 Subject: [PATCH] chore: fix contributing link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 100a6befe..a03e801fc 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ GritQL is a declarative query language for searching and modifying source code. - 📖 Start simply without learning AST details: any code snippet is a valid GritQL query - ⚡️ Use Rust and query optimization to scale up to 10M+ line repositories -- 📦 Use Grit's built-in module system to reuse 200+ [standard patterns](https://github.com/getgrit/stdlib) or share your own +- 📦 Use Grit's built-in module system to reuse 200+ [standard patterns](https://github.com/getgrit/stdlib) or [share your own](https://docs.grit.io/guides/sharing#anchor-publishing-patterns) - ♻️ Once you learn GritQL, you can use it to rewrite any [target language](https://docs.grit.io/language/target-languages): JavaScript/TypeScript, Python, JSON, Java, Terraform, Solidity, CSS, Markdown, YAML, Rust, Go, or SQL - 🔧 GritQL makes it easy to include auto-fix rules for faster remediation Read the [docs](https://docs.grit.io/language) or try any query in the [studio](https://app.grit.io/studio). ## Getting started -For more, see the [documentation](https://docs.grit.io/language/overview), [interactive tutorial](https://docs.grit.io/tutorials/gritql), or run `grit --help`. +Read the [documentation](https://docs.grit.io/language/overview), [interactive tutorial](https://docs.grit.io/tutorials/gritql), or run `grit --help`. ### Installation Install the Grit CLI: @@ -63,6 +63,6 @@ GritQL is released under the MIT license. ## Contributing -Contributions are welcome. To get started, check out the[**contributing guidelines**](./contributing.md). +Contributions are welcome. To get started, check out the [**contributing guidelines**](./CONTRIBUTING.md). You can also join us on [**Discord**](https://docs.grit.io/discord).