Skip to content

Commit

Permalink
Changed issues link to github project
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveeclipse committed Oct 24, 2015
1 parent 3303899 commit 2a731c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void handleEvent(Event event) {
link.addListener (SWT.Selection, new Listener () {
@Override
public void handleEvent(Event event) {
handleUrlClick("http://code.google.com/a/eclipselabs.org/p/anyedittools/issues/list");
handleUrlClick("https://github.com/iloveeclipse/anyedittools/issues");
}
});

Expand Down

0 comments on commit 2a731c5

Please sign in to comment.