diff --git a/docs/release/0.7/README.md b/docs/release/0.7/README.md index 3840fc7..17344df 100644 --- a/docs/release/0.7/README.md +++ b/docs/release/0.7/README.md @@ -62,7 +62,7 @@ The rest of this section details some improvements to get those results. The most interesting feature was the combining lock. This uses ideas from the Flat Combining work to provide a C++ lock that can be used to reduce the number of cache misses during lock contention. -You can read more about that in [combininglock.md](../combininglock.md). +You can read more about that in [combininglock.md](../../combininglock.md). ### DO_DUMP and DONT_DUMP @@ -127,4 +127,4 @@ We are still experimenting with this feature, and would love to hear your feedba ## Conclusion The 0.7 release addresses a few awkward performance issues in `snmalloc`, and provides an interesting platform to develop new security features on top of `snmalloc`. -Happy allocating! \ No newline at end of file +Happy allocating!