Remove schema link
This commit is contained in:
parent
3f07b8be77
commit
a0cb0cbb4e
|
@ -433,7 +433,6 @@ class WC_API_Server {
|
|||
'ssl_enabled' => ( 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) ),
|
||||
'links' => array(
|
||||
'help' => 'http://docs.woothemes.com/document/woocommerce-rest-api/',
|
||||
'profile' => 'https://raw.github.com/rmccue/WP-API/master/docs/schema.json', // TODO: update this
|
||||
),
|
||||
),
|
||||
) );
|
||||
|
|
Loading…
Reference in New Issue