Merge pull request #5308 from maxrice/master

Update REST API documentation link
This commit is contained in:
Mike Jolley 2014-04-22 16:16:29 +01:00
commit 89802f58fc
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ class WC_API_Server {
'ssl_enabled' => ( 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) ),
'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ),
'links' => array(
'help' => 'http://docs.woothemes.com/document/woocommerce-rest-api/',
'help' => 'http://woothemes.github.io/woocommerce/rest-api/',
),
),
) );