Remove schema link

This commit is contained in:
Max Rice 2013-11-23 14:41:21 -05:00
parent 3f07b8be77
commit a0cb0cbb4e
1 changed files with 0 additions and 1 deletions

View File

@ -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
),
),
) );