Skip to content

Commit 139081d

Browse files
authored
Fix broken hyperlink (#6)
1 parent 381b798 commit 139081d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ purpose of these programs is to be illustrative and educational.
1818
- [channel](channel/): A Linux futex based Go channel implementation.
1919
* [Lock-Free](https://en.wikipedia.org/wiki/Non-blocking_algorithm) Data Structure
2020
- [ringbuffer](ringbuffer/): A lock-less ring buffer.
21-
- [ringbuf\_shm](ringbuf_shm/): An optimized lock-free ring buffer with shared memory.
21+
- [ringbuf\_shm](ringbuf-shm/): An optimized lock-free ring buffer with shared memory.
2222
- [mbus](mbus/): A concurrent message bus.
2323
* [Synchronization](https://en.wikipedia.org/wiki/Synchronization_(computer_science))
2424
- [qsbr](qsbr/): An implementation of Quiescent state based reclamation (QSBR).

0 commit comments

Comments
 (0)