Skip to content

Commit

Permalink
Direct links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Apr 12, 2022
1 parent eee30d6 commit 18a600a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/batching.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Using (real) blobs as values is not supported. Regular `byte[]`, `string`, etc.

### Examples

Examples can be found in `FbBatchCommandTests`.
Examples can be found in [`FbBatchCommandTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbBatchCommandTests.cs).
2 changes: 1 addition & 1 deletion docs/decfloat.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

### Examples

Examples can be found in `FbDecFloat16SupportTests` and `FbDecFloat34SupportTests`.
Examples can be found in [`FbDecFloat16SupportTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbDecFloat16SupportTests.cs) and [`FbDecFloat34SupportTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbDecFloat34SupportTests.cs).
2 changes: 1 addition & 1 deletion docs/int128.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

### Examples

Examples can be found in `FbInt128SupportTests`.
Examples can be found in [`FbInt128SupportTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbInt128SupportTests.cs).
2 changes: 1 addition & 1 deletion docs/time-zones.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Time zones from Firebird 4 are handled by `FbZonedDateTime` and `FbZonedTime` ty

### Examples

Examples can be found in `FbTimeZonesSupportTests`.
Examples can be found in [`FbTimeZonesSupportTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbTimeZonesSupportTests.cs).

0 comments on commit 18a600a

Please sign in to comment.