Skip to content

Commit 7f27b2e

Browse files
committed
docs
1 parent c48131b commit 7f27b2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/binary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public Task FileStream() =>
3939

4040
## DiffTool
4141

42-
A [Diff Tool](diff-tool.md) will only be displayed if one can be found that supports the defined extension.
42+
A [Diff Tool](https://github.com/VerifyTests/DiffEngine/blob/main/docs/diff-tool.md) will only be displayed if one can be found that supports the defined extension.
4343

4444
For example if Beyond Compare is detected the following will be displayed:
4545

docs/mdsource/binary.source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ snippet: FileStream
1313

1414
## DiffTool
1515

16-
A [Diff Tool](diff-tool.md) will only be displayed if one can be found that supports the defined extension.
16+
A [Diff Tool](https://github.com/VerifyTests/DiffEngine/blob/main/docs/diff-tool.md) will only be displayed if one can be found that supports the defined extension.
1717

1818
For example if Beyond Compare is detected the following will be displayed:
1919

src/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
- Visual Studio 2022
3-
- macOS
3+
# - macOS
44
# - Ubuntu
55
environment:
66
DOTNET_NOLOGO: true

0 commit comments

Comments
 (0)