Re: Important articles on git-scm.com no more accessible
From: Jeff King <hidden>
Date: 2016-06-15 22:57:06
On Wed, May 01, 2013 at 09:28:39PM +0400, Konstantin Khomoutov wrote:
I maintain a local wiki at my $dayjob which contains a page dedicated to Git which, among other things, liks to various useful bits of information on the internets. Recently I discovered that a number of useful articles which sort of accompanied the "Pro Git" book are now inaccessible (404), namely: "Smart HTTP Transport" [1], "Reset Demystified" [2], "Note to Self" [3] and "Git Loves the Environment" [4]. I wonder if this is a known problem and/or whom I could contact about this issue? 1. http://git-scm.com/2010/03/04/smart-http.html 2. http://git-scm.com/2011/07/11/reset.html 3. http://git-scm.com/2010/08/25/notes.html 4. http://git-scm.com/2010/04/11/environment.html
I think those links were broken by the site reorganization about a year ago. You can get to them at: http://git-scm.com/blog/2010/03/04/smart-http.html and so on. In general, problems with git-scm.com should be reported at: https://github.com/github/gitscm-next -Peff