Skip to content

Commit 5e6a168

Browse files
authored
Merge pull request #1219 from HonkingGoose/chapter_8_https
Chapter 8 http -> https.
2 parents 5156e7a + 7b81f26 commit 5e6a168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ man git-config
4545
----
4646

4747
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[].
4949

5050
===== `core.editor`
5151

0 commit comments

Comments
 (0)