diff --git a/docs/developing/open-source-contribution/pull-requests.mdx b/docs/developing/open-source-contribution/pull-requests.mdx index 8d69ee56d8..c6ea95ff81 100644 --- a/docs/developing/open-source-contribution/pull-requests.mdx +++ b/docs/developing/open-source-contribution/pull-requests.mdx @@ -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.