From 250b026725bffd0ba9cb80507307fdc33401c68d Mon Sep 17 00:00:00 2001 From: Bastien LEMALE Date: Fri, 3 May 2019 12:02:55 +0200 Subject: [PATCH] Fix hyperlink in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e86ac2f..3b43320 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Below is an example shows the hotspot of a pure java [leveldb](https://github.co ![PerfJ CPU Flame Graph Example](images/perfj.png) -There is a raw interactive SVG image [here] (http://blog.minzhou.info/perfj/perfj.svg). +There is a raw interactive SVG image [here](http://blog.minzhou.info/perfj/perfj.svg). ## Prerequisites @@ -66,14 +66,14 @@ To install perf on ubuntu linux system apt-get install linux-tools-common linux-tools-generic linux-tools-`uname -r` -then download `perfj-*.tgz` from the [release page] (https://github.com/coderplay/perfj/releases), untar it +then download `perfj-*.tgz` from the [release page](https://github.com/coderplay/perfj/releases), untar it tar zxvf perf-*.tgz ## Usage -Check the [wiki pages] (https://github.com/coderplay/perfj/wiki) +Check the [wiki pages](https://github.com/coderplay/perfj/wiki) ## License