Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

No release-version source link #591

Closed
TheBlueMatt opened this Issue Oct 2, 2014 · 4 comments

Comments

Projects
None yet
3 participants
Contributor

TheBlueMatt commented Oct 2, 2014

https://bitcoin.org/en/download links to a bunch of release versions and release information, and then a source link directly to master, which is rather strange (at some point this confused someone, dont recall the exact scenario). I dont have a specific suggestion for fixing this, but it is confusing.

Contributor

harding commented Oct 2, 2014

Maybe:

Get the source code: This Version / Development Version

The "This Version" would need to be updated with every release, but the tag naming is consistent, so that should be an easy update.

Contributor

saivann commented Oct 2, 2014

Linking to the "releases" page on GitHub (https://github.com/bitcoin/bitcoin/releases) would be more simple when it comes to not making the layout too complicate / buggy for mobiles IMO.

Although I am a little bit surprised some people found this confusing and have a preference for keeping the current GitHub link; we can see the releases from there and linking to GitHub is pretty usual these days. I suspect previous confusion was due to the "Source Code" link being prominently displayed near "Windows / Mac / Linux" download links in the past, that isn't the case anymore.

Contributor

harding commented Oct 2, 2014

I'm embarrassed to admit that I once cloned the repo on the master branch immediately after a release came out, built it, and thought I'd get the same program as the released version. It seems to me that it isn't immediately clear to an outsider how far master and the release branches diverge (currently 0.9.3 -> master diverge by over 1,200 commits, although that may partly be due to squashing).

Although it was clearly my fault for not looking before I leapt, I can see how the current download page can confuse readers into thinking that the Source Code link takes them to the version of the source code used in the binary packages on that same page.

I think @saivann's suggestion of changing the existing Source Code text to link to the releases page is an excellent way to avoid confusion.

Contributor

saivann commented Oct 3, 2014

@harding Thanks! Then I think it's just me, there seems to be enough evidence that people are often confused here, I'll update the link right away.

@saivann saivann closed this in 997154d Oct 3, 2014

jmaurice added a commit to jmaurice/bitcoin.jp that referenced this issue Nov 19, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment