From 353d3fa3065a0067ca11c4a2513f02077cd3b2c5 Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Tue, 30 Nov 2021 10:51:36 +1100 Subject: [PATCH] update link * allows readers to follow along by typing in the commands. (Note: running `GET info/refs` after cloning the repository yeilds unexpected results for me: the command line dumps html which seems to want for me to prove i'm a human via a recaptcha test? Not sure what to do about that) --- book/10-git-internals/sections/transfer-protocols.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/10-git-internals/sections/transfer-protocols.asc b/book/10-git-internals/sections/transfer-protocols.asc index 2a127ab69..6fc252eeb 100644 --- a/book/10-git-internals/sections/transfer-protocols.asc +++ b/book/10-git-internals/sections/transfer-protocols.asc @@ -19,7 +19,7 @@ Let's follow the `http-fetch` process for the simplegit library: [source,console] ---- -$ git clone http://server/simplegit-progit.git +$ git clone https://github.com/schacon/simplegit-progit.git ---- The first thing this command does is pull down the `info/refs` file.