From 01c5118be65e2b81c2d87e5c64ac177bb9d06426 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Wed, 30 Sep 2020 23:56:07 +0530 Subject: [PATCH] Update CodeContributionsGuidelines.md --- contributions/CodeContributionsGuidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributions/CodeContributionsGuidelines.md b/contributions/CodeContributionsGuidelines.md index 2c598aaf0a..dd95514a97 100644 --- a/contributions/CodeContributionsGuidelines.md +++ b/contributions/CodeContributionsGuidelines.md @@ -20,8 +20,8 @@ We use [Github Flow](https://guides.github.com/introduction/flow/index.html), so ### 🏡 Setup for local development -- [Running the Client](contributions/ClientSetup.md) -- [Running the Server](contributions/ServerSetup.md) +- [Running the Client](ClientSetup.md) +- [Running the Server](ServerSetup.md) ### 🧪 Running tests