Skip to content

Commit

Permalink
docs: fix broken links in CONTRIBUTING.md (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev authored Sep 4, 2023
1 parent 3dbff5f commit eee7634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eee7634

Please sign in to comment.