From 5c0c66c9b6f570718fea8e87978fb2e5b379cdaa Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Tue, 18 Aug 2026 09:34:59 +0100 Subject: [PATCH] Point docs links at contrib.dapperlib.dev 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. The cross-link to the pre-2.0.90 release notes moves to dapperlib.dev for the same reason. PackageProjectUrl now points at the docs site, matching DapperAOT; RepositoryUrl still points at the source. --- Directory.Build.props | 4 ++-- Readme.md | 2 +- docs/index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f26885a8..df4e157d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,8 +7,8 @@ ../Dapper.snk $(AssemblyName) - https://dapperlib.github.io/Dapper.Contrib/ - https://github.com/DapperLib/Dapper.Contrib + https://contrib.dapperlib.dev/ + https://contrib.dapperlib.dev/ Apache-2.0 Dapper.png git diff --git a/Readme.md b/Readme.md index 9a1fd892..5df4a81d 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ Dapper.Contrib - a simple object mapper for .Net Release Notes ------------- -Located at [dapperlib.github.io/Dapper.Contrib](https://dapperlib.github.io/Dapper.Contrib/) +Located at [contrib.dapperlib.dev](https://contrib.dapperlib.dev/) Packages -------- diff --git a/docs/index.md b/docs/index.md index 816b1c8a..3ba622be 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,4 +20,4 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command ### Previous Releases -Prior to v2.0.90, Dapper.Contrib was part of the main repository - please see release notes at [https://dapperlib.github.io/Dapper/](https://dapperlib.github.io/Dapper/) +Prior to v2.0.90, Dapper.Contrib was part of the main repository - please see release notes at [https://dapperlib.dev/](https://dapperlib.dev/)