File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
book/08-customizing-git/sections Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ What is the ``word'' filter?
63
63
You have to set it up.
64
64
Here you'll configure Git to use the `docx2txt` program to convert Word documents into readable text files, which it will then diff properly.
65
65
66
- First, you'll need to install `docx2txt`; you can download it from http ://docx2txt. sourceforge.net[].
66
+ First, you'll need to install `docx2txt`; you can download it from https ://sourceforge.net/projects/docx2txt [].
67
67
Follow the instructions in the `INSTALL` file to put it somewhere your shell can find it.
68
68
Next, you'll write a wrapper script to convert output to the format Git expects.
69
69
Create a file that's somewhere in your path called `docx2txt`, and add these contents:
You can’t perform that action at this time.
0 commit comments