Skip to content

Commit

Permalink
Remove link. Regenerate docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Apr 22, 2017
1 parent aa2d52d commit 748f7c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions docs/Faithlife.Utility.Dapper/BulkInsertUtility.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ public static class BulkInsertUtility
| static [GetBulkInsertCommands<TInsert>](BulkInsertUtility/GetBulkInsertCommands.md)(…) | Gets the Dapper `CommandDefinition`s used by `BulkInsert` and `BulkInsertAsync`. |
| static [GetBulkInsertCommands<TCommon,TInsert>](BulkInsertUtility/GetBulkInsertCommands.md)(…) | Gets the Dapper `CommandDefinition`s used by `BulkInsert` and `BulkInsertAsync`. |

## Remarks

https://github.com/Faithlife/DapperUtility/blob/master/docs/BulkInsert.md
## See Also

* namespace [Faithlife.Utility.Dapper](../Faithlife.Utility.Dapper.md)
Expand Down
1 change: 0 additions & 1 deletion src/Faithlife.Utility.Dapper/BulkInsertUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namespace Faithlife.Utility.Dapper
/// <summary>
/// Methods for bulk insert with Dapper.
/// </summary>
/// <remarks>https://faithlife.github.io/DapperUtility/BulkInsert</remarks>
public static class BulkInsertUtility
{
/// <summary>
Expand Down

0 comments on commit 748f7c6

Please sign in to comment.