Adapt formatted links to Bugzilla syntax

Change-Id: I8d3434ec0a9ed36ab4971839287cbe17fa051a3f
diff --git a/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java b/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java
index 2bf86fd..7088ab0 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java
@@ -245,7 +245,7 @@
 
   @Override
   public String createLinkForWebui(String url, String text) {
-    return "["+text+"|"+url+"]";
+    return url + " ("+text+")";
   }
 
   private String healthCheckAccess() throws BugzillaException, ConnectionException {