Skip to content

Commit 7233ce2

Browse files
committed
Docs changes
1 parent 71bc225 commit 7233ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/diff-tool.custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var resolvedTool = DiffTools.AddToolBasedOn(
7070

7171
await DiffRunner.LaunchAsync(resolvedTool!, "PathToTempFile", "PathToTargetFile");
7272
```
73-
<sup><a href='/src/DiffEngine.Tests/DiffToolsTest.cs#L105-L116' title='Snippet source file'>snippet source</a> | <a href='#snippet-AddToolAndLaunch' title='Start of snippet'>anchor</a></sup>
73+
<sup><a href='/src/DiffEngine.Tests/DiffToolsTest.cs#L99-L110' title='Snippet source file'>snippet source</a> | <a href='#snippet-AddToolAndLaunch' title='Start of snippet'>anchor</a></sup>
7474
<!-- endSnippet -->
7575

7676

docs/diff-tool.order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ For example `VisualStudio,Meld` will result in VisualStudio then Meld then all o
5252
```cs
5353
DiffTools.UseOrder(DiffTool.VisualStudio, DiffTool.AraxisMerge);
5454
```
55-
<sup><a href='/src/DiffEngine.Tests/DiffToolsTest.cs#L188-L192' title='Snippet source file'>snippet source</a> | <a href='#snippet-UseOrder' title='Start of snippet'>anchor</a></sup>
55+
<sup><a href='/src/DiffEngine.Tests/DiffToolsTest.cs#L182-L186' title='Snippet source file'>snippet source</a> | <a href='#snippet-UseOrder' title='Start of snippet'>anchor</a></sup>
5656
<!-- endSnippet -->

0 commit comments

Comments
 (0)