aboutsummaryrefslogtreecommitdiff
path: root/doc/Allocators.md
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-02-15 15:46:17 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-02-15 15:46:17 +0100
commitb3b95381d7cc48b11ffaf8ee4cbb0a4fe8f6b6f5 (patch)
tree526e803efedb315c0ded697395c6945f408f30f1 /doc/Allocators.md
parent2b9746c966a43aec16e467822d3c79c999f8def8 (diff)
downloadallocbench-b3b95381d7cc48b11ffaf8ee4cbb0a4fe8f6b6f5.tar.gz
allocbench-b3b95381d7cc48b11ffaf8ee4cbb0a4fe8f6b6f5.zip
explicitly set link label
Diffstat (limited to 'doc/Allocators.md')
-rw-r--r--doc/Allocators.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Allocators.md b/doc/Allocators.md
index 0ce5d77..864eaad 100644
--- a/doc/Allocators.md
+++ b/doc/Allocators.md
@@ -23,4 +23,5 @@ and a python script exporting a global dictionary with the name `allocators`.
To reproducible build allocators and patched version you can use the
classes `Allocator{_Sources,_Patched}``` provided in ```src/allocator.py`.
-See [](allocators/no_falsesharing.py) or [](allocators/BA_allocators.py) for examples.
+See [allocators/no_falsesharing.py](allocators/no_falsesharing.py) or
+[allocators/BA_allocators.py](allocators/BA_allocators.py) for examples.