Merge pull request #6190 from maxrice/change-rest-api-docs-link

Update API docs to Apiary
This commit is contained in:
Mike Jolley 2014-09-09 10:19:41 +01:00
commit c7dcd316a8
1 changed files with 1 additions and 1 deletions

View File

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