On Thu, Feb 16, 2012 at 4:41 PM, David C. Rankin drankinatty@suddenlinkmail.com wrote:
Tim,
The footer urls for 'Git Tutorial' and 'Git User's Manual' lead to 404 page not found on all http://scm.trinitydesktop.org/scm/git pages. For example, at the bottom of each page, the links are:
Git Informations
Git Tutorial = http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html Git User's Manual = http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
Clicking on either results in:
Not Found
The requested URL /pub/software/scm/git/docs/user-manual.html was not found on this server.
No biggie, just passing it along...
-- David C. Rankin, J.D.,P.E.
They should be pointing to: Git Tutorial = http://schacon.github.com/git/gittutorial.html Git User's Manual = http://schacon.github.com/git/user-manual.html
additional links that might be useful: SVN to git crash course: http://git-scm.com/course/svn.html Everyday git commands: http://schacon.github.com/git/everyday.html Git reference: http://gitref.org/