From d9a53118233faba4228a4a28c15371b9c288fcd7 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sat, 6 Feb 2021 15:26:48 +0530 Subject: [PATCH] fix(docs): update path to edit a file --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 1d4529497e..f22658883a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -123,7 +123,7 @@ if (vm.route.path.search('i18n') === -1) { var dynamicText = '[ Edit this guide on GitHub](' + - 'https://github.com/freeCodeCamp/freeCodeCamp/blob/master/docs/' + + 'https://github.com/freeCodeCamp/freeCodeCamp/blob/main/docs/' + vm.route.file + ')'; } @@ -179,4 +179,4 @@ - + \ No newline at end of file