Merge branch 'issue_4093' into hotfix-0.14.1
[pithos-web-client] / src / gr / grnet / pithos / web / client / StatusPanel.java
index f06f5c7..21b1ea4 100644 (file)
@@ -74,7 +74,7 @@ public class StatusPanel extends Composite {
         HorizontalPanel secondLine = new HorizontalPanel();
         secondLine.add(new HTML(
             "<div class='software'>" +
-                "Powered by <a href='http://synnefo.orgs'>Synnefo</a>" +
+                "Powered by <a href='http://synnefo.org'>Synnefo</a>" +
                 "<span class='version'> v" + SYNNEFO_VERSION + "</span>" +
             "</div>"));
 //        secondLine.addStyleName("software");