Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/08-customizing-git/sections/attributes.asc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ What is the ``word'' filter?
You have to set it up.
Here you'll configure Git to use the `docx2txt` program to convert Word documents into readable text files, which it will then diff properly.

First, you'll need to install `docx2txt`; you can download it from http://docx2txt.sourceforge.net[].
First, you'll need to install `docx2txt`; you can download it from https://sourceforge.net/projects/docx2txt[].
Follow the instructions in the `INSTALL` file to put it somewhere your shell can find it.
Next, you'll write a wrapper script to convert output to the format Git expects.
Create a file that's somewhere in your path called `docx2txt`, and add these contents:
Expand Down
2 changes: 1 addition & 1 deletion book/08-customizing-git/sections/config.asc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ man git-config
----

This command lists all the available options in quite a bit of detail.
You can also find this reference material at http://git-scm.com/docs/git-config.html[].
You can also find this reference material at https://git-scm.com/docs/git-config[].

===== `core.editor`

Expand Down