Skip to content

Commit df0a1cb

Browse files
committed
Merge pull request #153 from gillescastel/master
Change documentation URL in README. Fixes #152
2 parents 078c428 + 9f31582 commit df0a1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ numbers.statistic.standardDev(array);
9494
numbers.statistic.randomSample(lower, upper, n);
9595
numbers.statistic.correlation(array1, array2);
9696
```
97-
For further documentation, check out [numbersjs.info](http://www.numbersjs.info)
97+
For further documentation, check out [numbers.github.io](http://numbers.github.io/)
9898

9999
## Test
100100

0 commit comments

Comments
 (0)