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
2 files changed
tree: 3de8ef29da144037cb85623074537df1bd58ff3b
  1. src/
  2. BUCK
  3. LICENSE