fix(docs): update path to edit a file

This commit is contained in:
Mrugesh Mohapatra
2021-02-06 15:26:48 +05:30
parent 40861a8a09
commit d9a5311823

View File

@ -123,7 +123,7 @@
if (vm.route.path.search('i18n') === -1) { if (vm.route.path.search('i18n') === -1) {
var dynamicText = var dynamicText =
'[<i class="far fa-edit"></i> Edit this guide on GitHub](' + '[<i class="far fa-edit"></i> Edit this guide on GitHub](' +
'https://github.com/freeCodeCamp/freeCodeCamp/blob/master/docs/' + 'https://github.com/freeCodeCamp/freeCodeCamp/blob/main/docs/' +
vm.route.file + vm.route.file +
')'; ')';
} }
@ -179,4 +179,4 @@
</body> </body>
</html> </html>