Bug: main vs master URLs, add option for custom branch #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In my case, it generated:
https://github.com/atomicdata-dev/atomic-data-docs/edit/main/src/schema/classes.mdWhich leads to a 404.
The correct one is
https://github.com/atomicdata-dev/atomic-data-docs/edit/master/src/schema/classes.mdThe problem is the main / master branch name, which in my case is
masterinstead ofmain. I've now changed tomainto fix this for me, but maybe it's good if the default branch name becomes a setting.