From 8dc501133591a8654c9fc38edb91a968ff1b3f92 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 19 Mar 2024 10:42:22 +0000 Subject: [PATCH] chore: use github link instead for `CONTRIBUTING.md` (#2132) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 670261afdaee..1a42249fca57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -225,15 +225,15 @@ to the `knope.toml` file, which we use for changelog generation. ### Analyzers and lint rules -To know the technical details of how our analyzer works, how to create a rule and how to write tests, please check our [internal page](https://docs.rs/biome_analyze/latest/biome_analyze/) +To know the technical details of how our analyzer works, how to create a rule and how to write tests, please check our [internal page](https://github.com/biomejs/biome/blob/main/crates/biome_analyzer/CONTRIBUTING.md) ### Parser -To know the technical details of how our parser works and how to write test, please check our [internal page](https://docs.rs/biome_parser/latest/biome_parser/) +To know the technical details of how our parser works and how to write test, please check our [internal page](https://github.com/biomejs/biome/blob/main/crates/biome_parser/CONTRIBUTING.md) ### Formatter -To know the technical details of how our formatter works and how to write test, please check our [internal page](https://docs.rs/biome_js_formatter/latest/biome_js_formatter/) +To know the technical details of how our formatter works and how to write test, please check our [internal page](https://github.com/biomejs/biome/blob/main/crates/biome_formatter/CONTRIBUTING.md) ## Crate dependencies