Skip to content

Links to the EF Core GitHub repository use the URL of the former location #2844

@dennisseders

Description

@dennisseders

Usage of links to go the EF Core repository of the project are used extensively in the EntityFramework.Docs repository. Current hyperlink occurrences use the URL which refer to the former location of the repository which was: https://github.com/aspnet/EntityFrameworkCore When the user goes to the page the GitHub server responds with status code 301 Moved Permanently and URL https://github.com/dotnet/efcore. as value of the Location response header which ensures that the user is redirected to the given location.

As the redirect ensures that the user lands on the repository this actually can be classified a a non-issue but I believe that at least the official documentation should use the actual location as URL in links. Also: it just prevents unnecessary redirects.

If this proposed change only involves replacing occurrences of the actual value with the expected value I am willing to create a pull request for this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions