numbers / numbers.js

Advanced Mathematics Library for Node.js and JavaScript
Apache License 2.0
1.77k stars 167 forks source link

Error in Documentation Link on Official NPMjs.com/packages/numbers #152

Closed possnfiffer closed 8 years ago

possnfiffer commented 8 years ago

Hello,

I'm reading the page https://www.npmjs.com/package/numbers where it talks about statistics.

The statistics tools include mean, median, mode, standard deviation, random sample generator, correlation, confidence intervals, t-test, chi-square, and more.

For further documentation, check out numbersjs.info

Consider updating it to

For further documentation, check out numbers.github.io

ktamiola commented 8 years ago

I can also confirm. Unable to connect to http://numbers.info

Perhaps, it would be more convenient to ship the package with documentation?

boucher commented 8 years ago

Unfortunately, to get this changed on the NPM site (and on other sites that pull from npm), you'll need to push an updated version to the npm registry.