Open ericvicenti opened 1 year ago
Since the 308 redirect adds a /
at the end, and we want to download https://raw.githubusercontent.com/MintterHypermedia/mintter/master/website_deployment.sh
we resulted in the following wrong URL https://raw.githubusercontent.com/MintterHypermedia/mintter/master/website_deployment.sh/
so the best i could do is doing the redirection at the root of the repo level https://go.hyper.media
-> https://raw.githubusercontent.com/MintterHypermedia/mintter/master/
, so the new script can be found here
https://go.hyper.media/website_deployment.sh
EDIT: we don't own hyper.link so I used hyper.media
If we get hyper.link
we could probably omit the go.*
subdomain :)
We could rename the script to setup-site.sh
or something to make it shorter, and I wouldn't omit the .sh
suffix, to make it clear that it's a script (of course it would work without, but I think it's more "ethical" to leave the file extension in this case).
setup script can be redirected from
https://go.hyper.link/setup-site
to the script on github