From 40329320addd407adff7e2aa0c1e1bb4897023f4 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 8 Jul 2016 02:33:58 +1000 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 bcb1bc3a..6be5c8a7 100644 --- a/includes/class-sp-modules.php +++ b/includes/class-sp-modules.php @@ -119,7 +119,7 @@ class SP_Modules { 'label' => __( 'Twitter', 'sportspress' ), 'class' => 'SportsPress_Twitter', 'action' => __( 'Tweet #SportsPress', 'sportspress' ), - 'link' => 'http://tboy.co/pro', + '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', 'desc' => __( 'Add a Twitter feed to team, player, and staff pages.', 'sportspress' ),