Skip to content

Commit 18a600a

Browse files
committed
Direct links in docs
1 parent eee30d6 commit 18a600a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/batching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Using (real) blobs as values is not supported. Regular `byte[]`, `string`, etc.
1818

1919
### Examples
2020

21-
Examples can be found in `FbBatchCommandTests`.
21+
Examples can be found in [`FbBatchCommandTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbBatchCommandTests.cs).

docs/decfloat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
### Examples
66

7-
Examples can be found in `FbDecFloat16SupportTests` and `FbDecFloat34SupportTests`.
7+
Examples can be found in [`FbDecFloat16SupportTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbDecFloat16SupportTests.cs) and [`FbDecFloat34SupportTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbDecFloat34SupportTests.cs).

docs/int128.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
### Examples
66

7-
Examples can be found in `FbInt128SupportTests`.
7+
Examples can be found in [`FbInt128SupportTests`](../src/FirebirdSql.Data.FirebirdClient.Tests/FbInt128SupportTests.cs).

docs/time-zones.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Time zones from Firebird 4 are handled by `FbZonedDateTime` and `FbZonedTime` ty
44

55
### Examples
66

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

0 commit comments

Comments
 (0)