From e42013bee102d438de1864cd9cc2c1f49a3d5bcb Mon Sep 17 00:00:00 2001 From: Anirban Singha <143536290+SinghaAnirban005@users.noreply.github.com> Date: Sat, 26 Jul 2025 05:33:51 +0530 Subject: [PATCH] docs: fix path to coding style guide (#22749) --- docs/developing/open-source-contribution/pull-requests.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.