-
Notifications
You must be signed in to change notification settings - Fork 729
Closed
Labels
Description
Description
Apparently the branches were changed or renamed recently and the doc links ar e not updated yet to reflect this? "Edit this page" links linking to GitHub all point to the wrong branch.
Reproduction Steps
- Go to any docs page like https://fluentassertions.com/about/
- Click on the grey "Edit this page" link. (or here)
- It goes to https://github.com/fluentassertions/fluentassertions/edit/master/docs/_pages/about.md
Expected behavior
It should maybe link to the develop
branch aka https://github.com/fluentassertions/fluentassertions/edit/develop/docs/_pages/about.md?
Actual behavior
This results in a 404 page on GitHub:
Notably the "Go to default branch" button also does not help, as it throws away the file path, apparently, and lands on https://github.com/fluentassertions/fluentassertions?files=1 (also hardly useful)
Regression?
Well worked before yeah
Known Workarounds
Manually change URL, do not click the GitHub button.
Configuration
No response
Other information
No response
Are you willing to help with a pull-request?
Yes, please assign this issue to me.