Skip to content

Commit 5a58d93

Browse files
committed
Updated documentation link
1 parent c069cf6 commit 5a58d93

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
@@ -29,7 +29,7 @@ c.allocate(100); // returns boolean indicating whether 100 was previously unallo
2929
Documentation
3030
--------------
3131

32-
Documentation is located in the `doc` folder. You can also view the [rendered HTML](https://cdn.rawgit.com/MatrixAI/js-resource-counter/ce46e973/doc/index.html).
32+
Documentation is located in the `doc` folder. You can also view the [rendered HTML](http://cdn.rawgit.com/MatrixAI/js-resource-counter/b6a555e2/doc/index.html).
3333

3434
Performance behaviour is lazy memory allocation on counter allocation (for both balanced tree growth and explicit counter allocation). This laziness means intermediate tree nodes won't be allocated when explicitly allocating a counter that has intermediate values. For example allocating only 0 and 500, tree nodes won't be created eagerly in anticipation for counter values 1 to 499.
3535

0 commit comments

Comments
 (0)