From 3d8057bf1ac65a7eb5f64694fd7be962907ca852 Mon Sep 17 00:00:00 2001 From: Talles L Date: Wed, 19 Feb 2014 16:13:50 -0300 Subject: [PATCH] Fixed broken link --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index fe0afb2..e4c8c08 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ Dapper - a simple object mapper for .Net Features -------- -Dapper is a [single file](https://github.com/SamSaffron/dapper-dot-net/blob/master/Dapper/SqlMapper.cs) you can drop in to your project that will extend your IDbConnection interface. +Dapper is a [single file](https://github.com/SamSaffron/dapper-dot-net/blob/master/Dapper%20NET40/SqlMapper.cs) you can drop in to your project that will extend your IDbConnection interface. It provides 3 helpers: -- GitLab