Skip to content

Commit 5bf01af

Browse files
committed
Update typos and new documentation links
1 parent c1be449 commit 5bf01af

15 files changed

+19
-20
lines changed

source/includes/v1/_docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ Retrieve a set of store information:
503503
"currency_format" : "$",
504504
"weight_unit" : "oz",
505505
"links" : {
506-
"help" : "http://docs.woocommerce.com/document/woocommerce-rest-api/"
506+
"help" : "https://woocommerce.com/document/woocommerce-rest-api/"
507507
},
508508
"currency" : "USD",
509509
"permalinks_enabled" : true,

source/includes/wc-analytics/_introduction.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Some general information about responses:
3636
* Resource IDs are returned as integers.
3737
* Any decimal monetary amount, such as prices or totals, will be returned as strings with two decimal places.
3838
* Other amounts, such as item counts, are returned as integers.
39-
* Blank fields are generally included as `null` or emtpy string instead of being omitted.
39+
* Blank fields are generally included as `null` or empty string instead of being omitted.
4040

4141
### JSONP Support ###
4242

@@ -261,9 +261,8 @@ woocommerce = WooCommerce::API.new(
261261
Some useful tools you can use to access the API include:
262262

263263
- [Insomnia](https://insomnia.rest) - Cross-platform GraphQL and REST client, available for Mac, Windows, and Linux.
264-
- [Postman](https://www.getpostman.com/) - Cross-platform REST client, available for Mac, Windows, and Linux.
265-
- [RequestBin](https://requestbin.com) - Allows you test webhooks.
266-
- [Hookbin](https://hookbin.com/) - Another tool to test webhooks.
264+
- [Postman](https://www.postman.com/) - Cross-platform REST client, available for Mac, Windows, and Linux.
265+
- [RequestBin](https://pipedream.com/requestbin) - Allows you test webhooks.
267266

268267
## Learn more ##
269268

source/includes/wp-api-v1/_introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Some general information about responses:
4343
* Resource IDs are returned as integers.
4444
* Any decimal monetary amount, such as prices or totals, will be returned as strings with two decimal places.
4545
* Other amounts, such as item counts, are returned as integers.
46-
* Blank fields are generally included as `null` or emtpy string instead of being omitted.
46+
* Blank fields are generally included as `null` or empty string instead of being omitted.
4747

4848
### JSONP Support ###
4949

source/includes/wp-api-v1/_webhooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Delivery logs can be fetched through the REST API endpoint or in code using `WC_
5454

5555
### Visual interface ###
5656

57-
You can find the Webhooks interface going to "WooCommerce" > "Settings" > "API" > "Webhooks", see our [Visual Webhooks docs](https://docs.woocommerce.com/document/webhooks/) for more details.
57+
You can find the Webhooks interface going to "WooCommerce" > "Settings" > "API" > "Webhooks", see our [Visual Webhooks docs](https://woocommerce.com/document/webhooks/) for more details.
5858

5959
## Webhook properties ##
6060

source/includes/wp-api-v2/_introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Some general information about responses:
4444
* Resource IDs are returned as integers.
4545
* Any decimal monetary amount, such as prices or totals, will be returned as strings with two decimal places.
4646
* Other amounts, such as item counts, are returned as integers.
47-
* Blank fields are generally included as `null` or emtpy string instead of being omitted.
47+
* Blank fields are generally included as `null` or empty string instead of being omitted.
4848

4949
### JSONP Support ###
5050

source/includes/wp-api-v2/_webhooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Delivery logs can be fetched through the REST API endpoint or in code using `WC_
5555

5656
### Visual interface ###
5757

58-
You can find the Webhooks interface going to "WooCommerce" > "Settings" > "API" > "Webhooks", see our [Visual Webhooks docs](https://docs.woocommerce.com/document/webhooks/) for more details.
58+
You can find the Webhooks interface going to "WooCommerce" > "Settings" > "API" > "Webhooks", see our [Visual Webhooks docs](https://woocommerce.com/document/webhooks/) for more details.
5959

6060
## Webhook properties ##
6161

source/includes/wp-api-v3/_introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Some general information about responses:
5252
* Resource IDs are returned as integers.
5353
* Any decimal monetary amount, such as prices or totals, will be returned as strings with two decimal places.
5454
* Other amounts, such as item counts, are returned as integers.
55-
* Blank fields are generally included as `null` or emtpy string instead of being omitted.
55+
* Blank fields are generally included as `null` or empty string instead of being omitted.
5656

5757
### JSONP Support ###
5858

source/includes/wp-api-v3/_webhooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Delivery logs can be accessed in "WooCommerce" > "Status" > "Logs".
5353

5454
### Visual interface ###
5555

56-
You can find the Webhooks interface going to "WooCommerce" > "Settings" > "Advanced" > "Webhooks", see our [Visual Webhooks docs](https://docs.woocommerce.com/document/webhooks/) for more details.
56+
You can find the Webhooks interface going to "WooCommerce" > "Settings" > "Advanced" > "Webhooks", see our [Visual Webhooks docs](https://woocommerce.com/document/webhooks/) for more details.
5757

5858
## Webhook properties ##
5959

source/index.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ language_tabs:
99
- ruby: Ruby
1010

1111
toc_footers:
12-
- <a href="https://woo.com/careers/?utm_source=developer+resource+sites&utm_medium=devdocs&utm_campaign=woo+careers&utm_content=core+rest+api+docs" target="_blank">We're hiring!</a>
12+
- <a href="https://woocommerce.com/careers/?utm_source=developer+resource+sites&utm_medium=devdocs&utm_campaign=woo+careers&utm_content=core+rest+api+docs" target="_blank">We're hiring!</a>
1313
- <a href="https://github.com/woocommerce/woocommerce-rest-api-docs">Contributing to WC REST API Docs</a>
1414
- <a href="https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce/includes/rest-api">REST API Source on GitHub</a>
1515
- <a href="https://github.com/woocommerce/woocommerce/labels/focus%3A%20rest%20api">REST API Issues</a>
16-
- <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/">WooCommerce Documentation</a>
16+
- <a href="https://woocommerce.com/documentation/woocommerce/">WooCommerce Documentation</a>
1717
- <a href="https://github.com/woocommerce/woocommerce">WooCommerce Repository</a>
1818
- <a href="https://github.com/tripit/slate">Documentation Powered by Slate</a>
1919

source/v1.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc_footers:
88
- <a href="https://github.com/woocommerce/woocommerce-rest-api-docs">Contributing to WC REST API Docs</a>
99
- <a href="https://github.com/woocommerce/woocommerce/tree/master/includes/rest-api">REST API Source on GitHub</a>
1010
- <a href="https://github.com/woocommerce/woocommerce/issues?labels=API&amp;page=1&amp;state=open">REST API Issues</a>
11-
- <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/">WooCommerce Documentation</a>
11+
- <a href="https://woocommerce.com/documentation/woocommerce/">WooCommerce Documentation</a>
1212
- <a href="https://github.com/woocommerce/woocommerce">WooCommerce Repository</a>
1313
- <a href="https://github.com/tripit/slate">Documentation Powered by Slate</a>
1414

source/v2.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc_footers:
1212
- <a href="https://github.com/woocommerce/woocommerce-rest-api-docs">Contributing to WC REST API Docs</a>
1313
- <a href="https://github.com/woocommerce/woocommerce/tree/master/includes/rest-api">REST API Source on GitHub</a>
1414
- <a href="https://github.com/woocommerce/woocommerce/issues?labels=API&amp;page=1&amp;state=open">REST API Issues</a>
15-
- <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/">WooCommerce Documentation</a>
15+
- <a href="https://woocommerce.com/documentation/woocommerce/">WooCommerce Documentation</a>
1616
- <a href="https://github.com/woocommerce/woocommerce">WooCommerce Repository</a>
1717
- <a href="https://github.com/tripit/slate">Documentation Powered by Slate</a>
1818

source/v3.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc_footers:
1212
- <a href="https://github.com/woocommerce/woocommerce-rest-api-docs">Contributing to WC REST API Docs</a>
1313
- <a href="https://github.com/woocommerce/woocommerce/tree/master/includes/rest-api">REST API Source on GitHub</a>
1414
- <a href="https://github.com/woocommerce/woocommerce/issues?labels=API&amp;page=1&amp;state=open">REST API Issues</a>
15-
- <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/">WooCommerce Documentation</a>
15+
- <a href="https://woocommerce.com/documentation/woocommerce/">WooCommerce Documentation</a>
1616
- <a href="https://github.com/woocommerce/woocommerce">WooCommerce Repository</a>
1717
- <a href="https://github.com/tripit/slate">Documentation Powered by Slate</a>
1818

source/wc-analytics.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ language_tabs:
99
- ruby: Ruby
1010

1111
toc_footers:
12-
- <a href="https://woo.com/careers/?utm_source=developer+resource+sites&utm_medium=devdocs&utm_campaign=woo+careers&utm_content=core+rest+api+docs" target="_blank">We're hiring!</a>
12+
- <a href="https://woocommerce.com/careers/?utm_source=developer+resource+sites&utm_medium=devdocs&utm_campaign=woo+careers&utm_content=core+rest+api+docs" target="_blank">We're hiring!</a>
1313
- <a href="https://github.com/woocommerce/woocommerce-rest-api-docs">Contributing to WC REST API Docs</a>
1414
- <a href="https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce/includes/rest-api">REST API Source on GitHub</a>
1515
- <a href="https://github.com/woocommerce/woocommerce/labels/focus%3A%20rest%20api">REST API Issues</a>
16-
- <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/">WooCommerce Documentation</a>
16+
- <a href="https://woocommerce.com/documentation/woocommerce/">WooCommerce Documentation</a>
1717
- <a href="https://github.com/woocommerce/woocommerce">WooCommerce Repository</a>
1818
- <a href="https://github.com/tripit/slate">Documentation Powered by Slate</a>
1919

source/wp-api-v1.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc_footers:
1212
- <a href="https://github.com/woocommerce/woocommerce-rest-api-docs">Contributing to WC REST API Docs</a>
1313
- <a href="https://github.com/woocommerce/woocommerce/tree/master/includes/rest-api">REST API Source on GitHub</a>
1414
- <a href="https://github.com/woocommerce/woocommerce/issues?labels=API&amp;page=1&amp;state=open">REST API Issues</a>
15-
- <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/">WooCommerce Documentation</a>
15+
- <a href="https://woocommerce.com/documentation/woocommerce/">WooCommerce Documentation</a>
1616
- <a href="https://github.com/woocommerce/woocommerce">WooCommerce Repository</a>
1717
- <a href="https://github.com/tripit/slate">Documentation Powered by Slate</a>
1818

source/wp-api-v2.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc_footers:
1212
- <a href="https://github.com/woocommerce/woocommerce-rest-api-docs">Contributing to WC REST API Docs</a>
1313
- <a href="https://github.com/woocommerce/woocommerce/tree/master/includes/rest-api">REST API Source on GitHub</a>
1414
- <a href="https://github.com/woocommerce/woocommerce/issues?labels=API&amp;page=1&amp;state=open">REST API Issues</a>
15-
- <a href="https://docs.woocommerce.com/documentation/plugins/woocommerce/">WooCommerce Documentation</a>
15+
- <a href="https://woocommerce.com/documentation/woocommerce/">WooCommerce Documentation</a>
1616
- <a href="https://github.com/woocommerce/woocommerce">WooCommerce Repository</a>
1717
- <a href="https://github.com/tripit/slate">Documentation Powered by Slate</a>
1818

0 commit comments

Comments
 (0)