Fix broken link to disruptor paper in README.

This commit is contained in:
Lewis Baker 2017-11-09 15:13:23 +10:30 committed by GitHub
parent 1dafeae1a4
commit e9d7250696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Disruptor++
Disruptor++ is a C++11 header-only implementation of the 'disruptor' data structure used Disruptor++ is a C++11 header-only implementation of the 'disruptor' data structure used
to communicate between threads in a high-performance producer/consumer arrangement. to communicate between threads in a high-performance producer/consumer arrangement.
See the LMAX [technical paper](http://disruptor.googlecode.com/files/Disruptor-1.0.pdf) See the LMAX [technical paper](https://lmax-exchange.github.io/disruptor/files/Disruptor-1.0.pdf)
for a description of the theory behind the disruptor. for a description of the theory behind the disruptor.
See the [Java LMAX Disruptor project](http://lmax-exchange.github.io/disruptor/) for See the [Java LMAX Disruptor project](http://lmax-exchange.github.io/disruptor/) for