From a0cb0cbb4e6663acdf393cdb22e89ea88184d03a Mon Sep 17 00:00:00 2001 From: Max Rice Date: Sat, 23 Nov 2013 14:41:21 -0500 Subject: [PATCH] Remove schema link --- includes/api/class-wc-api-server.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api/class-wc-api-server.php b/includes/api/class-wc-api-server.php index 5aa864e2360..a5187b3faec 100644 --- a/includes/api/class-wc-api-server.php +++ b/includes/api/class-wc-api-server.php @@ -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 ), ), ) );