docs: fix path to coding style guide (#22749)

This commit is contained in:
Anirban Singha
2025-07-26 00:03:51 +00:00
committed by GitHub
parent fde1d671fb
commit e42013bee1
@@ -26,7 +26,7 @@ Feel free to add a short video or screenshots of what your PR achieves. Loom is
### Code Quality & Styling
All submitted code must match our [code styling](/code-styling) standards. We will reject pull requests that differ significantly from our standardised code styles.
All submitted code must match our [code styling](./code-styling) standards. We will reject pull requests that differ significantly from our standardised code styles.
All code is automatically checked by Codacy and our linting process, and will notify you if there are any issues with the code that you submit. We require that code passes these quality checks before merging.