From: Richard Kogelnig Date: Mon, 1 Feb 2016 13:59:15 +0000 (+0100) Subject: Fix turf github link X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cf6d887125e262323993629c27b285f302cc674f;p=junction.git Fix turf github link --- diff --git a/README.md b/README.md index c9abb8f..c60c8e3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Junction is a library of concurrent data structures in C++. It contains three ha junction::ConcurrentMap_LeapFrog junction::ConcurrentMap_Grampa -[CMake](https://cmake.org/) and [Turf](https://github.com/preshing/AcquireRelease) are required. See the blog post [New Concurrent Hash Maps for C++](http://preshing.com/20160201/new-concurrent-hash-maps-for-cpp/) for more information. +[CMake](https://cmake.org/) and [Turf](https://github.com/preshing/turf) are required. See the blog post [New Concurrent Hash Maps for C++](http://preshing.com/20160201/new-concurrent-hash-maps-for-cpp/) for more information. ## License