Skip to content

Commit

Permalink
Fix broken link to disruptor paper in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewissbaker authored Nov 9, 2017
1 parent 1dafeae commit e9d7250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Disruptor++
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.

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.

See the [Java LMAX Disruptor project](http://lmax-exchange.github.io/disruptor/) for
Expand Down

0 comments on commit e9d7250

Please sign in to comment.