Skip to content

Commit 40816b0

Browse files
Update URL link to from code.google to GitHub site
1 parent 37c558e commit 40816b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/main.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ procedure TFormTrackerModify.MenuFileTorrentFolderClick(Sender: TObject);
277277
procedure TFormTrackerModify.MenuHelpVisitWebsiteClick(Sender: TObject);
278278
begin
279279
//There is no help file in this progam. Show user main web site.
280-
OpenURL('http://code.google.com/p/bittorrent-tracker-editor');
280+
OpenURL('https://github.com/GerryFerdinandus/bittorrent-tracker-editor');
281281
end;
282282

283283
procedure TFormTrackerModify.MenuItemTorrentFilesTreeHideAllClick(Sender: TObject);
@@ -953,7 +953,7 @@ procedure TFormTrackerModify.MenuFileOpenTrackerListClick(Sender: TObject);
953953

954954
procedure TFormTrackerModify.MenuHelpReportingIssueClick(Sender: TObject);
955955
begin
956-
OpenURL('http://code.google.com/p/bittorrent-tracker-editor/issues');
956+
OpenURL('https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues');
957957
end;
958958

959959

0 commit comments

Comments
 (0)