Skip to content

Commit 7db281c

Browse files
committed
Updated README link
1 parent 8a6734c commit 7db281c

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
@@ -71,7 +71,7 @@ This can be useful if you need to combine `CounterImmutable` with other fully-pe
7171
Documentation
7272
--------------
7373

74-
Documentation is located in the `doc` folder. You can also view the [rendered HTML](http://cdn.rawgit.com/MatrixAI/js-resource-counter/4360d14/doc/index.html).
74+
Documentation is located in the `doc` folder. You can also view the [rendered HTML](http://cdn.rawgit.com/MatrixAI/js-resource-counter/8a6734c/doc/index.html).
7575

7676
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.
7777

0 commit comments

Comments
 (0)