From eee7634cd6a785b45367daf31aaa71ca7e2bdaba Mon Sep 17 00:00:00 2001 From: Daiki Nishikawa Date: Mon, 4 Sep 2023 22:16:13 +0900 Subject: [PATCH] docs: fix broken links in CONTRIBUTING.md (#147) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fb7fb3a2269..50ce77710ae7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -308,17 +308,17 @@ When adding new features, the documentation should be part of a new PR, which wi ### 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 -documentation page](https://rustdocs.biomejs.dev/rome_analyze/index.html) +documentation page](https://rustdocs.rome.tools/rome_analyze/index.html) ### JavaScript Parser To know the technical details of how our JavaScript works and how to write test, please check our [internal -documentation page](https://rustdocs.biomejs.dev/rome_js_parser/index.html) +documentation page](https://rustdocs.rome.tools/rome_js_parser/index.html) ### Formatter To know the technical details of how our formatter works and how to write test, please check our [internal -documentation page](https://rustdocs.biomejs.dev/rome_js_formatter/index.html) +documentation page](https://rustdocs.rome.tools/rome_js_formatter/index.html) ### Versioning