Skip to content

Commit 7b81f26

Browse files
committed
Change link to point to new https website.
1 parent 4c5e80c commit 7b81f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/attributes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ What is the ``word'' filter?
6363
You have to set it up.
6464
Here you'll configure Git to use the `docx2txt` program to convert Word documents into readable text files, which it will then diff properly.
6565

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[].
6767
Follow the instructions in the `INSTALL` file to put it somewhere your shell can find it.
6868
Next, you'll write a wrapper script to convert output to the format Git expects.
6969
Create a file that's somewhere in your path called `docx2txt`, and add these contents:

0 commit comments

Comments
 (0)