Merge pull request #6190 from maxrice/change-rest-api-docs-link
Update API docs to Apiary
This commit is contained in:
commit
c7dcd316a8
|
@ -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/',
|
||||
),
|
||||
),
|
||||
) );
|
||||
|
|
Loading…
Reference in New Issue