From fe5d75797062dd2b5751ca6a3ca5e1021e5c320e Mon Sep 17 00:00:00 2001 From: Max Rice Date: Thu, 10 Apr 2014 12:27:27 -0400 Subject: [PATCH] Update REST API documentation link --- includes/api/class-wc-api-server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/class-wc-api-server.php b/includes/api/class-wc-api-server.php index b3085476720..69ce2815c80 100644 --- a/includes/api/class-wc-api-server.php +++ b/includes/api/class-wc-api-server.php @@ -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/', ), ), ) );