Fix formatting for posting web links

Web links were posted in incorrect markdown format, it was like this
 [http://localhost:8080/4|Fix bug 1]

This change fixex it to this:
 [fix bug 1](http://localhost:8080/4)

Change-Id: I023e2e79b5b53ca97c1a60ade37f4d8cdd01e5a5
(cherry picked from commit e3b216b6b6576fe0e9ba6def9eb5f98c084d69df)
2 files changed
tree: cd71d3b3c4539281273ae074331a5bd49ac3cd54
  1. src/
  2. BUCK
  3. LICENSE