Commit bc9644a7 authored by Kevin Jones's avatar Kevin Jones Committed by Nick Craver

Minor README tweaks. (#776)

Use an HTTPS link where possible.
Fix 404 for performance tests.
parent a46354a2
...@@ -224,7 +224,7 @@ The performance tests are broken in to 3 lists: ...@@ -224,7 +224,7 @@ The performance tests are broken in to 3 lists:
</tr> </tr>
</table> </table>
Performance benchmarks are available [here](https://github.com/StackExchange/dapper-dot-net/blob/master/Dapper.Tests.Performance/PerformanceTests.cs). Performance benchmarks are available [here](https://github.com/StackExchange/Dapper/tree/master/Dapper.Tests.Performance).
Feel free to submit patches that include other ORMs - when running benchmarks, be sure to compile in Release and not attach a debugger (ctrl F5). Feel free to submit patches that include other ORMs - when running benchmarks, be sure to compile in Release and not attach a debugger (ctrl F5).
...@@ -425,7 +425,7 @@ Dapper's simplicity means that many feature that ORMs ship with are stripped out ...@@ -425,7 +425,7 @@ Dapper's simplicity means that many feature that ORMs ship with are stripped out
Will Dapper work with my DB provider? Will Dapper work with my DB provider?
--------------------- ---------------------
Dapper has no DB specific implementation details, it works across all .NET ADO providers including [SQLite](http://www.sqlite.org/), SQL CE, Firebird, Oracle, MySQL, PostgreSQL and SQL Server. Dapper has no DB specific implementation details, it works across all .NET ADO providers including [SQLite](https://www.sqlite.org/), SQL CE, Firebird, Oracle, MySQL, PostgreSQL and SQL Server.
Do you have a comprehensive list of examples? Do you have a comprehensive list of examples?
--------------------- ---------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment