Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Documentation mistake #953

Closed
devypt opened this issue Sep 30, 2015 · 2 comments
Closed

Documentation mistake #953

devypt opened this issue Sep 30, 2015 · 2 comments
Assignees
Milestone

Comments

@devypt
Copy link

devypt commented Sep 30, 2015

version number is wrong in the download link which cause 404

this

$ wget https://github.com/meanjs/mean/archive/0.4.0.zip -O meanjs.zip; unzip meanjs.zip; rm meanjs.zip

should be

$ wget https://github.com/meanjs/mean/archive/v0.4.0.zip -O meanjs.zip; unzip meanjs.zip; rm meanjs.zip

I will submit pull request for it.

devypt pushed a commit to devypt/mean that referenced this issue Sep 30, 2015
@lirantal lirantal added this to the 0.4.2 milestone Oct 1, 2015
@lirantal lirantal self-assigned this Oct 1, 2015
@lirantal
Copy link
Member

lirantal commented Oct 1, 2015

Correct, thanks please do.

@lirantal
Copy link
Member

Thanks @devypt I've created a PR for it.

lirantal added a commit that referenced this issue Oct 16, 2015
fixed #953 - updated the correct URL in documentation and website to obtain the 0.4 version
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants