Fix path names in README

This commit is contained in:
Ola Olsson 2017-03-21 14:07:16 +01:00 committed by Aliaksey Kandratsenka
parent 98753aa737
commit cd8586ed6c
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -49,7 +49,7 @@ the above flags :-) ).
HEAP PROFILER
-------------
See docs/heap-profiler.html for information about how to use tcmalloc's
See docs/heapprofile.html for information about how to use tcmalloc's
heap profiler and analyze its output.
As a quick-start, do the following after installing this package:
@ -74,7 +74,7 @@ see INSTALL for more details. It is not currently available on Windows.
HEAP CHECKER
------------
See docs/heap-checker.html for information about how to use tcmalloc's
See docs/heap_checker.html for information about how to use tcmalloc's
heap checker.
In order to catch all heap leaks, tcmalloc must be linked *last* into
@ -102,7 +102,7 @@ for more details.
CPU PROFILER
------------
See docs/cpu-profiler.html for information about how to use the CPU
See docs/cpuprofile.html for information about how to use the CPU
profiler and analyze its output.
As a quick-start, do the following after installing this package: