Update REST API documentation link

This commit is contained in:
Max Rice 2014-04-10 12:27:27 -04:00
parent 4afeb7926c
commit fe5d757970
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/',
),
),
) );