Web3.js: npm github link broken

Created on 30 May 2018  路  9Comments  路  Source: ChainSafe/web3.js

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.

documentation

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 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?

All 9 comments

@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:

image

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?

web3-npm-link

Was this page helpful?
0 / 5 - 0 ratings