From 93264fd2d07a0521d6bd867a862d8e7b01edfa70 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Sun, 9 Jul 2023 15:40:59 +0200 Subject: [PATCH 1/2] docs: Fix wrong integration name --- docs/self-hosting/configuration/envars.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/configuration/envars.mdx b/docs/self-hosting/configuration/envars.mdx index ef9fc1fd0..fddf6f82e 100644 --- a/docs/self-hosting/configuration/envars.mdx +++ b/docs/self-hosting/configuration/envars.mdx @@ -105,7 +105,7 @@ Other environment variables are listed below to increase the functionality of yo - OAuth2 slug for Netlify integration + OAuth2 slug for Vercel integration From 5ef2508736a9717c6e7453651f23a01ec2eeb6dc Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Sun, 9 Jul 2023 15:44:25 +0200 Subject: [PATCH 2/2] 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