From c02c62f3b158eb17e05910c8d0f1a567693ebdaf Mon Sep 17 00:00:00 2001 From: Dan Orlando Date: Tue, 16 May 2023 09:09:17 -0700 Subject: [PATCH] fix: fix link to coding conventions doc in contributor guidelines (#283) * doc: coding conventions and proposal submissions * make coding_contention.md path relative in contributor guidelines * fix: remove / from coding conventions link --- documents/contributions/contributor_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/contributions/contributor_guidelines.md b/documents/contributions/contributor_guidelines.md index 3d2437b272..e3d4937c08 100644 --- a/documents/contributions/contributor_guidelines.md +++ b/documents/contributions/contributor_guidelines.md @@ -16,7 +16,7 @@ If you would like to discuss the changes you wish to make, join our [Discord com ## Our Standards -Please read our [Coding Standards and Conventions](/coding_conventions.md) before beginning on a contribution. +Please read our [Coding Standards and Conventions](coding_conventions.md) before beginning on a contribution. Examples of behavior that contributes to creating a positive environment include: