fix(docs): update path to edit a file
This commit is contained in:
@ -123,7 +123,7 @@
|
||||
if (vm.route.path.search('i18n') === -1) {
|
||||
var dynamicText =
|
||||
'[<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 +
|
||||
')';
|
||||
}
|
||||
|
Reference in New Issue
Block a user