From 5ef2508736a9717c6e7453651f23a01ec2eeb6dc Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Sun, 9 Jul 2023 15:44:25 +0200 Subject: [PATCH] docs: Add missing pull request contribution link --- docs/contributing/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/overview.mdx b/docs/contributing/overview.mdx index 76475862d..f73422388 100644 --- a/docs/contributing/overview.mdx +++ b/docs/contributing/overview.mdx @@ -30,7 +30,7 @@ If you're ever in doubt about whether or not a proposed feature aligns with Infi ## Writing and submitting code Anyone can contribute code to Infisical. To get started, check out the [local development guide](/contributing/developing), make your changes, and submit a pull request to the main repository -adhering to the [pull request guide](/). +adhering to the [pull request guide](/contributing/pull-requests). ## Licensing