Is the link on npm indicative of the link posted here? https://www.npmjs.com/package/web3
The github repository which links to it (https://github.com/ethereum/web3.js/tree/master/packages/web3) is an invalid link.
@frozeman Can you fix this? :)
Still broken. Should go to:
https://github.com/ethereum/web3.js/tree/1.0/packages/web3-utils
Gets a 404 error instead.
@NatalieChin80 @roschler where exactly in doc this link is broken ?
In the Github section of NPM package link mentioned in the first post: https://www.npmjs.com/package/web3
@NatalieChin80 gottcha. But, that link are redirected from web3 github repo or from npm repo ?
I'm not too sure what you're asking, but the link when I click on this leads to a 404:

yes, but that link can't be corrected by web3 repo. It's the doc page of npm. Probably, raising issue on npm doc would be the best place.
For reference this is where the GitHub URL comes from:
https://github.com/ethereum/web3.js/blob/1.0/packages/web3/package.json#L6
@nivida This repository URL is correct for the future IF 1.0 branch merges into master, not develop.
Optionally it can be changed to 1.0 branch if that branch will remain in progress a long while.
Optionally do nothing and wait until 1.0 goes into master then the URL is correct.
Was this helpful?

Most helpful comment
For reference this is where the GitHub URL comes from:
https://github.com/ethereum/web3.js/blob/1.0/packages/web3/package.json#L6
@nivida This
repositoryURL is correct for the future IF1.0branch merges intomaster, notdevelop.Optionally it can be changed to
1.0branch if that branch will remain in progress a long while.Optionally do nothing and wait until
1.0goes intomasterthen the URL is correct.Was this helpful?