From 566be30c3cbfc2035e9e113044b3ef583e122699 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 9 Feb 2015 11:49:31 +1100 Subject: [PATCH] Fix tweet link --- includes/class-sp-modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-sp-modules.php b/includes/class-sp-modules.php index b2c68573..5e675295 100644 --- a/includes/class-sp-modules.php +++ b/includes/class-sp-modules.php @@ -85,7 +85,7 @@ class SP_Modules { 'label' => __( 'Twitter', 'sportspress' ), 'class' => 'SportsPress_Twitter', 'action' => __( 'Tweet #SportsPress', 'sportspress' ), - 'link' => 'http://ctt.ec/d0sCF', + 'link' => 'http://tboy.co/tweet', 'tip' => __( 'Help spread the word by tweeting with #SportsPress and get the Twitter module for free.', 'sportspress' ), 'icon' => 'dashicons dashicons-twitter', ),