diff --git a/README.md b/README.md index 5233f775ca9..d7c61620ea6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [WooCommerce](https://woocommerce.com/) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Build Status](https://api.travis-ci.org/woocommerce/woocommerce.svg?branch=master)](https://travis-ci.org/woocommerce/woocommerce) [![Coverage Status](https://coveralls.io/repos/github/woothemes/woocommerce/badge.svg?branch=master)](https://coveralls.io/github/woothemes/woocommerce?branch=master) [![Code Climate](https://codeclimate.com/github/woothemes/woocommerce/badges/gpa.svg)](https://codeclimate.com/github/woothemes/woocommerce) +# [WooCommerce](https://woocommerce.com/) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Build Status](https://travis-ci.org/woocommerce/woocommerce.svg?branch=master)](https://travis-ci.org/woocommerce/woocommerce) [![Coverage Status](https://coveralls.io/repos/github/woocommerce/woocommerce/badge.svg?branch=master)](https://coveralls.io/github/woocommerce/woocommerce?branch=master) [![Code Climate](https://codeclimate.com/github/woocommerce/woocommerce/badges/gpa.svg)](https://codeclimate.com/github/woocommerce/woocommerce) Welcome to the WooCommerce repository on GitHub. Here you can browse the source, look at open issues and keep track of development. We recommend all developers to follow the [WooCommerce development blog](https://woocommerce.wordpress.com/) to stay up to date about everything happening in the project. You can also [follow @DevelopWC](https://twitter.com/DevelopWC) on Twitter for the latest development updates. @@ -8,7 +8,7 @@ If you are not a developer, please use the [WooCommerce plugin page](https://wor * [WooCommerce Documentation](https://docs.woocommerce.com/documentation/plugins/woocommerce/) * [WooCommerce Knowledge Base](https://support.woothemes.com/hc/en-us/categories/200146917-WooCommerce) * [WooCommerce Code Reference](https://docs.woocommerce.com/wc-apidocs/) -* [WooCommerce REST API Docs](https://woothemes.github.io/woocommerce-rest-api-docs/) +* [WooCommerce REST API Docs](https://woocommerce.github.io/woocommerce-rest-api-docs/) ## Support This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core WooCommerce issues only. Support can take place in the appropriate channels: diff --git a/includes/api/legacy/v1/class-wc-api-server.php b/includes/api/legacy/v1/class-wc-api-server.php index 847ed678d59..bd520e2cf78 100644 --- a/includes/api/legacy/v1/class-wc-api-server.php +++ b/includes/api/legacy/v1/class-wc-api-server.php @@ -436,7 +436,7 @@ class WC_API_Server { 'ssl_enabled' => ( 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) ), 'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ), 'links' => array( - 'help' => 'https://woothemes.github.io/woocommerce/rest-api/', + 'help' => 'https://woocommerce.github.io/woocommerce/rest-api/', ), ), ), diff --git a/includes/api/legacy/v2/class-wc-api-server.php b/includes/api/legacy/v2/class-wc-api-server.php index 913db500340..40fac454f68 100644 --- a/includes/api/legacy/v2/class-wc-api-server.php +++ b/includes/api/legacy/v2/class-wc-api-server.php @@ -466,7 +466,7 @@ class WC_API_Server { 'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ), 'generate_password' => ( 'yes' === get_option( 'woocommerce_registration_generate_password' ) ), 'links' => array( - 'help' => 'https://woothemes.github.io/woocommerce-rest-api-docs/', + 'help' => 'https://woocommerce.github.io/woocommerce-rest-api-docs/', ), ), ), diff --git a/includes/api/legacy/v3/class-wc-api-server.php b/includes/api/legacy/v3/class-wc-api-server.php index 82dad76e871..88411107b2e 100644 --- a/includes/api/legacy/v3/class-wc-api-server.php +++ b/includes/api/legacy/v3/class-wc-api-server.php @@ -467,7 +467,7 @@ class WC_API_Server { 'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ), 'generate_password' => ( 'yes' === get_option( 'woocommerce_registration_generate_password' ) ), 'links' => array( - 'help' => 'https://woothemes.github.io/woocommerce-rest-api-docs/', + 'help' => 'https://woocommerce.github.io/woocommerce-rest-api-docs/', ), ), ), diff --git a/readme.txt b/readme.txt index 89292e2e16c..bd4a458cb1c 100644 --- a/readme.txt +++ b/readme.txt @@ -144,7 +144,7 @@ Bugs can be reported either in our support forum or preferably on the [WooCommer = Where can I find the REST API documentation? = -You can find the documentation of our REST API on the [WooCommerce REST API Docs](https://woothemes.github.io/woocommerce-rest-api-docs/). +You can find the documentation of our REST API on the [WooCommerce REST API Docs](https://woocommerce.github.io/woocommerce-rest-api-docs/). = WooCommerce is awesome! Can I contribute? =