Skip to content
New issue

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

Incorrect link for install Buffalo CLI #638

Closed
grahamschock opened this issue Apr 7, 2022 · 3 comments
Closed

Incorrect link for install Buffalo CLI #638

grahamschock opened this issue Apr 7, 2022 · 3 comments
Assignees

Comments

@grahamschock
Copy link
Contributor

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:

@paganotoni paganotoni self-assigned this Apr 7, 2022
@paganotoni
Copy link
Member

Thanks for reporting this one @grahamschock

@grahamschock
Copy link
Contributor Author

It looks like the installation command was only partially updated so the tar command still references the incorrect .tar.gz file.

@paganotoni
Copy link
Member

Thanks for the PR @grahamschock! I think this one is solved now. Can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants