Point docs links at dapperlib.dev - #2222
Merged
Merged
Conversation
The docs site now has its own domain. The old dapperlib.github.io URLs still work via a redirect, but there's no reason to keep going the long way round, and PackageReleaseNotes in particular is baked into every package we publish. Also switches PackageProjectUrl to the docs site, matching DapperAOT; RepositoryUrl still points at the source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The docs moved to https://dapperlib.dev; this updates the links that still pointed at
dapperlib.github.io/Dapper.Those URLs all still work — GitHub 301s them to the new domain with the path intact — so nothing is broken today. The reason to change them anyway is
PackageReleaseNotes, which is baked into every package we publish and can't be corrected after the fact.Directory.Build.props—PackageReleaseNotesReadme.mdanddocs/readme.md— the Dapper Plus sponsor link (docs/readme.mdis also the NuGet package readme, so it ships inside the package)docs/dapperplus.md— the sponsor image, which was linking back to the site it is itself served fromOne change beyond a straight host swap:
PackageProjectUrlnow points at the docs site rather than the repo, matching DapperAOT.RepositoryUrlis untouched, so the source location is still published.All four new URLs return 200, and the image still serves as
image/png.