From 8df241c33080f3d94a6c8a8af4623f1884822372 Mon Sep 17 00:00:00 2001 From: "Jeffrey T. Palmer" Date: Sat, 28 Jul 2012 22:46:29 -0400 Subject: [PATCH] Updated bugtracker and repo URLs --- Build.PL | 4 ++-- README | 2 +- lib/SDLx/Widget.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build.PL b/Build.PL index 5782acb..06e4c77 100644 --- a/Build.PL +++ b/Build.PL @@ -17,8 +17,8 @@ Module::Build->new( dist_author => 'Dustin Mays, garu, Zpmorgan, kthakore, FROGGS', meta_merge => { resources => { - bugtracker => 'http://sdlperl.ath.cx/projects/SDLPerl/', - repository => 'http://github.com/PerlGameDev/SDLx-Widget' + bugtracker => 'https://github.com/PerlGameDev/SDLx-Widget/issues', + repository => 'https://github.com/PerlGameDev/SDLx-Widget' } }, create_readme => 1, diff --git a/README b/README index d5a9154..b9780ae 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ USAGE See the examples directory that came with this package BUGS - You tell me! http://sdlperl.ath.cx/ + You tell me! https://github.com/PerlGameDev/SDLx-Widget/issues SUPPORT #sdl irc.perl.org diff --git a/lib/SDLx/Widget.pm b/lib/SDLx/Widget.pm index 190ab79..0c7a5b4 100644 --- a/lib/SDLx/Widget.pm +++ b/lib/SDLx/Widget.pm @@ -18,7 +18,7 @@ See the examples directory that came with this package =head1 BUGS -You tell me! http://sdlperl.ath.cx/ +You tell me! https://github.com/PerlGameDev/SDLx-Widget/issues =head1 SUPPORT