Skip to content

Commit

Permalink
Add githib URL to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Aug 31, 2009
1 parent eb8275c commit a90ae30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/buglinky/BugLinkyProfileServlet.java
Expand Up @@ -30,4 +30,9 @@ public String getRobotAvatarUrl() {
public String getRobotName() {
return BugLinkyServlet.APP_NAME;
}

@Override
public String getRobotProfilePageUrl() {
return "http://github.com/emk/buglinky";
}
}

0 comments on commit a90ae30

Please sign in to comment.