aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-02-15 15:43:31 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-02-15 15:43:31 +0100
commit2b9746c966a43aec16e467822d3c79c999f8def8 (patch)
tree949b5ca7c3b9a71d1150619382a6961dc9280356 /Readme.md
parentfa35a5035548bac7a7bcf2a45728534ab47f5a3e (diff)
downloadallocbench-2b9746c966a43aec16e467822d3c79c999f8def8.tar.gz
allocbench-2b9746c966a43aec16e467822d3c79c999f8def8.zip
fix links and use single sane code blocks
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 5c522e9..fd7385f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -56,14 +56,14 @@ doesn't run any benchmark just summarizes the loaded results
## Benchmarks
You want to compare allocators with your own software or add a new benchmark,
-have a look at [doc/Benchmarks.md]().
+have a look at [](doc/Benchmarks.md).
## Allocators
By default tcmalloc, jemalloc, Hoard and your libc's allocator will be used
if found and the `-a` option is not used.
-For more control about used allocators have a look at [doc/Allocators.md]().
+For more control about used allocators have a look at [](doc/Allocators.md).
## License