diff --git a/paypal-for-woocommerce.php b/paypal-for-woocommerce.php index e6ecaa50e..678712799 100644 --- a/paypal-for-woocommerce.php +++ b/paypal-for-woocommerce.php @@ -189,8 +189,8 @@ public function plugin_action_links($actions, $plugin_file, $plugin_data, $conte $custom_actions = array( //'configure' => sprintf( '%s', admin_url( 'admin.php?page=wc-settings&tab=checkout' ), __( 'Configure', 'paypal-for-woocommerce' ) ), 'docs' => sprintf( '%s', 'http://www.angelleye.com/category/docs/paypal-for-woocommerce/?utm_source=paypal_for_woocommerce&utm_medium=docs_link&utm_campaign=paypal_for_woocommerce', __( 'Docs', 'paypal-for-woocommerce' ) ), - 'support' => sprintf( '%s', 'http://wordpress.org/support/plugin/paypal-for-woocommerce/', __( 'Support', 'paypal-for-woocommerce' ) ), - 'review' => sprintf( '%s', 'http://wordpress.org/support/view/plugin-reviews/paypal-for-woocommerce', __( 'Write a Review', 'paypal-for-woocommerce' ) ), + 'support' => sprintf( '%s', 'https://www.angelleye.com/support', __( 'Support', 'paypal-for-woocommerce' ) ), + 'review' => sprintf( '%s', 'https://www.angelleye.com/product/woocommerce-paypal-plugin/#tab-reviews', __( 'Write a Review', 'paypal-for-woocommerce' ) ), ); // add the links to the front of the actions list