commit | e3b216b6b6576fe0e9ba6def9eb5f98c084d69df | [log] [tgz] |
---|---|---|
author | Khai Do <zaro0508@gmail.com> | Mon Jun 20 10:24:00 2016 -0700 |
committer | Khai Do <zaro0508@gmail.com> | Mon Jun 20 10:24:45 2016 -0700 |
tree | 3de8ef29da144037cb85623074537df1bd58ff3b | |
parent | f7b0f524d798cfde8eb42d6a70bb6314ca48b210 [diff] |
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