-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
When browsing the Entity Framework documentation on Microsoft Learn, clicking the Edit link sends users to the main
branch in the GitHub repo, for example:
main/entity-framework/core/managing-schemas/migrations/index.md
This results in a 404 - page not found error, as shown in the screenshot below, because the main
branch does not contain the referenced file.
This behavior affects all edit links in the Entity Framework docs that I’ve tried, effectively preventing contributions from being made directly through the Learn platform.
Expected behavior
The "Edit" links should point to the live
branch where the actual documentation source files exist, so contributors can make changes without manually navigating branches.
Impact
- Prevents contributors from easily submitting fixes or improvements.
- Creates confusion for those trying to improve Microsoft Learn content.
Screenshot
Metadata
Metadata
Assignees
Labels
No labels