Skip to content

Commit a2d6364

Browse files
authored
Merge pull request #2 from tomhundt/fix-visdiff-path-faq
Fix visdiff path on FAQ page of wiki
2 parents 7382aa6 + 92cde1a commit a2d6364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ How to use it is described [here](https://github.com/visualdiffer/scripts).
2020
[Use as External Diff Tool](#use_as_external_diff_tool)
2121
=========================
2222

23-
VisualDiffer can be integrated with many applications thanks to the command-line utility [visdiff](unix_shell_support.html).
23+
VisualDiffer can be integrated with many applications thanks to the command-line utility [visdiff](unixshell.html).
2424

2525
[SourceTree](https://www.sourcetreeapp.com/)
2626
------------------------------------------------------
2727

2828
- Set 'Visual Diff Tool' to: 'Other'
29-
- Set 'Diff Command' to: /Applications/VisualDiffer.app/Contents/Resources/visdiff
29+
- Set 'Diff Command' to: `/Applications/VisualDiffer.app/Contents/Helpers/visdiff`
3030
- Set Arguments to: $LOCAL $REMOTE
3131

3232
[VisualDiffer always prompts for a file open panel, why?](#visualdiffer_always_prompts_for_a_file_open_panel_why)

0 commit comments

Comments
 (0)