Merge pull request #2 from adafruit/fix-non-block-edit-links
Update config.js - point to main branch for docs pages edit links
This commit is contained in:
commit
0011c05844
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export default defineConfig({
|
||||||
return `https://github.com/adafruit/io-actions/edit/main/app/${jsPath}`
|
return `https://github.com/adafruit/io-actions/edit/main/app/${jsPath}`
|
||||||
}
|
}
|
||||||
|
|
||||||
return `https://github.com/adafruit/io-actions/edit/docs/docs/${filePath}`
|
return `https://github.com/adafruit/io-actions/edit/main/docs/${filePath}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue