GitHub statistics: link to project page instead of /stargazers
==============================================================
**What's the problem this feature will solve?**
Currently, "Stars" in the GitHub statistics section links to the /stargazers page on GitHub, e.g. https://github.com/pypa/warehouse/stargazers, which technically is the correct page to link to. However, not sure if it's just me, I find a list of random GitHub users who have starred a project almost completely useless 99.99% of the time. (Meanwhile, the /network page for forks is at least occasionally useful, though usually filled with pointless forks adding nothing.)
What about linking to the project page (where the number of stars is still clearly visible) instead of /stargazers? This seems in line with most -type badges you would encounter around the web, too; they usually link to the project page instead of /stargazers.
**Describe the solution you'd like**
Instead of linking to /stargazers (e.g., https://github.com/pypa/warehouse/stargazers), link to the project page (e.g., https://github.com/pypa/warehouse/).
**Additional context**
I should admit that I'm really just trying to use "Stars" as a link to source code.