Change woothemes.com to woocommerce.com, closes #11966

This commit is contained in:
Claudio Sanches 2016-09-27 12:44:48 -03:00
parent 232ad888ec
commit e972c1aac2
3 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ class WC_Admin_Setup_Wizard {
<?php do_action( 'admin_head' ); ?>
</head>
<body class="wc-setup wp-core-ui">
<h1 id="wc-logo"><a href="https://woothemes.com/woocommerce"><img src="<?php echo WC()->plugin_url(); ?>/assets/images/woocommerce_logo.png" alt="WooCommerce" /></a></h1>
<h1 id="wc-logo"><a href="https://woocommerce.com/"><img src="<?php echo WC()->plugin_url(); ?>/assets/images/woocommerce_logo.png" alt="WooCommerce" /></a></h1>
<?php
}

View File

@ -10,7 +10,7 @@
* happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes.
*
* @see https://docs.woothemes.com/document/template-structure/
* @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes
* @package WooCommerce/Templates/Emails
* @version 2.7.0

View File

@ -5,7 +5,7 @@
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
* Version: 2.7.0-dev
* Author: WooThemes
* Author URI: https://woothemes.com
* Author URI: https://woocommerce.com
* Requires at least: 4.4
* Tested up to: 4.6
*