update build-site.js to use main branch

This commit is contained in:
Doug Aitken 2021-08-05 16:52:28 +01:00
parent b54aa26451
commit 3999111cfe

View file

@ -107,7 +107,7 @@ function copyAssetToBuild( filename, content = null, addSuffix = true ) {
*/
function githubEditUrl( filename ) {
return (
'https://github.com/remoteintech/remote-jobs/edit/master/'
'https://github.com/remoteintech/remote-jobs/edit/main/'
+ filename
);
}