stacks-archive / blockstack.org

The Blockstack website
http://blockstack.org
134 stars 68 forks source link

Fix extension build links on install page #1153

Closed markmhendrickson closed 4 years ago

markmhendrickson commented 4 years ago

The link to the extension build on the "Install Blockstack" page (listed in two places, with value https://987-203447698-gh.circle-artifacts.com/0/extension.zip) is broken.

@hstove I believe you mentioned that we'd have to keep this manually updated. But is there possibly a way to automate so we don't have to worry about this in general going forward?

install-extension-link-broken
hstove commented 4 years ago

Yes, @markmhx , this URL needs to be constantly updated. The current hard-coded solution won't work.

My recommendation for "build from source" docs is to link off to the instructions here.

We could have a server-side thing that always returns the latest ZIP, but I think we wouldn't even want that. The people building from source don't want a ZIP, they want the source code so they can build it themselves!

markmhendrickson commented 4 years ago

I've updated this page with a link to those instructions on GitHub and generally cleaned up the format while adding an introductory paragraph:

install-extension-instructions