500 Internal server error when visiting link for Pro Git v1 book
URL for broken page
https://git-scm.com/book/en/v1
Problem
The page linked above leads to a 500 Internal Server Error.
Operating system and browser
macOS 13, Firefox 113.0.1
Steps to reproduce
- Go to https://git-scm.com/book/en/v1
- End up at Internal server error page
Other details
The Pro Git book is on version 2 now. We should probably redirect to the landing page for the v2 book.
Related issue (filed in the wrong place):
- https://github.com/progit/progit2/issues/1836
hey @HonkingGoose @derberg,
can you share where did you find links to book v1?
either way, it seems reasonable to redirect to some page. probably we removed the routing because v1 is really old AFAIK (i see v2 was released around 2014)
According to the first issue there are links pointing to the v1 version of the book in the GitHub Docs. I will open a PR in the GitHub Docs repo to fix the links.
I tried making the changes to the GitHub Docs myself, but I'm not allowed to touch the files with the bad links in it. So I'm opening an issue with GitHub Docs, so one of their maintainers can fix it. 😄
either way, it seems reasonable to redirect to some page. probably we removed the routing because v1 is really old AFAIK (i see v2 was released around 2014)
I'll let you guys decide. Possible fixes:
- Do nothing, let downstream projects update their own links to broken pages
- Redirect
v1tov2in-place: only changev1tov2in the link - Redirect
v1links to a generic "homepage" for thev2version of the book