Update REST API documentation link
This commit is contained in:
parent
4afeb7926c
commit
fe5d757970
|
@ -434,7 +434,7 @@ class WC_API_Server {
|
||||||
'ssl_enabled' => ( 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) ),
|
'ssl_enabled' => ( 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) ),
|
||||||
'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ),
|
'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ),
|
||||||
'links' => array(
|
'links' => array(
|
||||||
'help' => 'http://docs.woothemes.com/document/woocommerce-rest-api/',
|
'help' => 'http://woothemes.github.io/woocommerce/rest-api/',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
) );
|
) );
|
||||||
|
|
Loading…
Reference in New Issue