-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Searching for keyword presented a result which turned out to be a broken link.
URL for broken page
Problem
When I searched for "intelliJ" in the search bar, I got the result for "Appendix A: Git in Other Environments - Git in IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine" section of the ProGit book. When I clicked on it though, it resulted in a 404 for the following URL:
https://git-scm.com/book/en/Appendix-A:-Git-in-Other-Environments-Git-in-IntelliJ-/-PyCharm-/-WebStorm-/-PhpStorm-/-RubyMine
I guess the culprit is that the URL should be encoded but it isn't. When I try to access the section by going to https://git-scm.com/book/en/v2 and clicking on the link to the same section, it works fine.
Operating system and browser
Firefox on Windows 10
Steps to reproduce
- Open https://git-scm.com
- Search for "intellij"
- Click on the result under the "Book" category.