Browse Source

Fix links on README.md

Raul Silvera 8 years ago
parent
commit
03677b54f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

75
 pprof can read `perf.data` files generated by the
75
 pprof can read `perf.data` files generated by the
76
 [Linux perf](https://perf.wiki.kernel.org/index.php) tool by using the
76
 [Linux perf](https://perf.wiki.kernel.org/index.php) tool by using the
77
 `perf_to_profile` program from the
77
 `perf_to_profile` program from the
78
-(perf_data_converter)[http://github.com/google/perf_data_converter] package.
78
+[perf_data_converter](http://github.com/google/perf_data_converter) package.
79
 
79
 
80
 ## Further documentation
80
 ## Further documentation
81
 
81