We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed a broken link in http://gobuffalo.io/documentation/getting_started/installation/ https://github.com/gobuffalo/docs/blob/main/content/documentation/getting_started/installation.md?plain=1#L65
$ wget https://github.com/gobuffalo/cli/releases/download/v0.18.3/buffalo_v0.18.3_Linux_x86_64.tar.gz ... HTTP request sent, awaiting response... 404 Not Found
It looks like it should be (without the v in the .tar.gz file name):
wget https://github.com/gobuffalo/cli/releases/download/v0.18.3/buffalo_0.18.3_Linux_x86_64.tar.gz ... HTTP request sent, awaiting response... 200 OK
It looks like this line should not have the same {{< latestclirelease >}} variable:
{{< latestclirelease >}}
The text was updated successfully, but these errors were encountered:
Thanks for reporting this one @grahamschock
Sorry, something went wrong.
It looks like the installation command was only partially updated so the tar command still references the incorrect .tar.gz file.
Thanks for the PR @grahamschock! I think this one is solved now. Can you confirm?
paganotoni
No branches or pull requests
Hi,
I noticed a broken link in http://gobuffalo.io/documentation/getting_started/installation/
https://github.com/gobuffalo/docs/blob/main/content/documentation/getting_started/installation.md?plain=1#L65
It looks like it should be (without the v in the .tar.gz file name):
It looks like this line should not have the same
{{< latestclirelease >}}
variable:The text was updated successfully, but these errors were encountered: