From 4c5e80c6a56ba13ba8d2b0f4efa3d4ac7c79cda1 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 19 Mar 2019 23:31:23 +0100 Subject: [PATCH 1/2] Change http link to https. --- book/08-customizing-git/sections/config.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/08-customizing-git/sections/config.asc b/book/08-customizing-git/sections/config.asc index 865065275..37bece478 100644 --- a/book/08-customizing-git/sections/config.asc +++ b/book/08-customizing-git/sections/config.asc @@ -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` From 7b81f26afad73d3dedbdb4c2d673e85650542d51 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 20 Mar 2019 00:13:45 +0100 Subject: [PATCH 2/2] Change link to point to new https website. --- book/08-customizing-git/sections/attributes.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/08-customizing-git/sections/attributes.asc b/book/08-customizing-git/sections/attributes.asc index f4da60868..1e477dc0f 100644 --- a/book/08-customizing-git/sections/attributes.asc +++ b/book/08-customizing-git/sections/attributes.asc @@ -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: