File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
book/08-customizing-git/sections Expand file tree Collapse file tree 2 files changed +2
-2
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:
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ $ man git-config
45
45
----
46
46
47
47
This command lists all the available options in quite a bit of detail.
48
- You can also find this reference material at http ://git-scm.com/docs/git-config.html [].
48
+ You can also find this reference material at https ://git-scm.com/docs/git-config[].
49
49
50
50
===== `core.editor`
51
51
You can’t perform that action at this time.
0 commit comments