aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/create-test-stubs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/create-test-stubs.pl')
-rwxr-xr-xScripts/create-test-stubs.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Scripts/create-test-stubs.pl b/Scripts/create-test-stubs.pl
index 1cf146b3..9c7f767c 100755
--- a/Scripts/create-test-stubs.pl
+++ b/Scripts/create-test-stubs.pl
@@ -28,7 +28,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
#
-# More info at <http://code.google.com/p/sequel-pro/>
+# More info at <https://github.com/sequelpro/sequelpro>
use strict;
use warnings;
@@ -37,7 +37,7 @@ use Carp;
use Getopt::Long;
use constant PROJECT_NAME => 'sequel-pro';
-use constant PROJECT_URL => 'http://code.google.com/p/sequel-pro/';
+use constant PROJECT_URL => 'https://github.com/sequelpro/sequelpro';
#
# Print this script's usage.