From ac898b117d9eaee60b76d5baf35a7cd48115b9b4 Mon Sep 17 00:00:00 2001 From: Kyle Lobo Date: Wed, 24 Jul 2019 01:24:41 +0530 Subject: [PATCH] Fix URLs --- en/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/CONTRIBUTING.md b/en/CONTRIBUTING.md index 7509f12..938d84c 100644 --- a/en/CONTRIBUTING.md +++ b/en/CONTRIBUTING.md @@ -3,8 +3,8 @@ - Contributing to The Documentation Compendium is fairly easy. This document shows you how to get started ## General -- The [Codebase Structure](/CODEBASE_STRUCTURE.md) has detailed information about how the various files in this project are structured -- Please ensure that any changes you make are in accordance with the [Coding Guidelines](/CODING_GUIDELINES.md) of this repo +- The [Codebase Structure](./CODEBASE_STRUCTURE.md) has detailed information about how the various files in this project are structured +- Please ensure that any changes you make are in accordance with the [Coding Guidelines](./CODING_GUIDELINES.md) of this repo ## Submitting changes