Skip to content

Commit 8cae02f

Browse files
hritikchaudharynielslange
authored andcommitted
fixed broken links
1 parent fde285d commit 8cae02f

File tree

7 files changed

+17
-18
lines changed

7 files changed

+17
-18
lines changed

docs/internal-developers/block-client-apis/checkout/checkout-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- [Examples](#examples)
1818
- [Passing a value from the client through to server side payment processing](#passing-a-value-from-the-client-through-to-server-side-payment-processing)
1919

20-
This document gives an overview of some of the major architectural components/APIs for the checkout block. If you haven't already, you may also want to read about the [Checkout Flow and Events](../../extensibility/checkout-flow-and-events.md).
20+
This document gives an overview of some of the major architectural components/APIs for the checkout block. If you haven't already, you may also want to read about the [Checkout Flow and Events](checkout-flow-and-events.md).
2121

2222
## Data Stores
2323

docs/internal-developers/block-client-apis/checkout/checkout-flow-and-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [`ShippingProvider` Exposed Statuses](#shippingprovider-exposed-statuses)
1010
- [Payment Method Data Store Status](#payment-method-data-store-status)
1111
- [Emitting Events](#emitting-events)
12-
- [`onCheckoutValidation`](#onCheckoutValidation)
12+
- [`onCheckoutValidation`](#oncheckoutvalidation)
1313
- [`onPaymentProcessing`](#onpaymentprocessing)
1414
- [Success](#success)
1515
- [Fail](#fail)
@@ -52,7 +52,7 @@ The following statuses exist in the Checkout.
5252

5353
#### Checkout Data Store Status
5454

55-
There are various statuses that are exposed on the Checkout data store via selectors. All the selectors are detailed below and in the [Checkout API docs](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/block-client-apis/checkout/checkout-api.md).
55+
There are various statuses that are exposed on the Checkout data store via selectors. All the selectors are detailed below and in the [Checkout API docs](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/block-client-apis/checkout/checkout-api.md).
5656

5757
You can use them in your component like so
5858

docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- [Experimental flag](#experimental-flag)
88
- [Features behind flags](#features-behind-flags)
99
- [Feature plugin flag](#feature-plugin-flag-1)
10-
- [Experimental plugin flag](#experimental-plugin-flag)
1110
- [Processes and commands that use a flag](#processes-and-commands-that-use-a-flag)
1211
- [Usages of `__experimental` prefix](#usages-of-__experimental-prefix)
1312
- [PHP filters and actions](#php-filters-and-actions)

docs/internal-developers/testing/cart-checkout/data-stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Go to: [https://github.com/woocommerce/woocommerce-gateway-stripe/blob/8ffd22aff
4646

4747
### Interaction with unusable payment methods
4848

49-
- Install and activate [WooCommerce Bookings](https://github.com/woocommerce/woocommerce-bookings). Add a bookable product, ensure to add a cost to it on the edit product page, then:
49+
- Install and activate [WooCommerce Bookings](https://woocommerce.com/products/woocommerce-bookings/). Add a bookable product, ensure to add a cost to it on the edit product page, then:
5050
- Add a _normal_ (i.e. Beanie, Hoodie etc.) product to the cart and ensure you can check out successfully.
5151
- Then add a bookable product, ensure you can check out successfully.
5252

docs/third-party-developers/extensibility/data-store/payment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [getSavedPaymentMethods](#getsavedpaymentmethods)
1414
- [getActiveSavedPaymentMethods](#getactivesavedpaymentmethods)
1515
- [getShouldSavePaymentMethod](#getshouldsavepaymentmethod)
16-
- [getCurrentStatus](#getcurrentstatus)
16+
- [getCurrentStatus](#deprecated-getcurrentstatus)
1717
- [paymentMethodsInitialized](#paymentmethodsinitialized)
1818
- [expressPaymentMethodsInitialized](#expresspaymentmethodsinitialized)
1919

docs/third-party-developers/extensibility/hooks/actions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
- [woocommerce_blocks_enqueue_checkout_block_scripts_after](#woocommerce_blocks_enqueue_checkout_block_scripts_after)
2222
- [woocommerce_blocks_enqueue_checkout_block_scripts_before](#woocommerce_blocks_enqueue_checkout_block_scripts_before)
2323
- [woocommerce_blocks_loaded](#woocommerce_blocks_loaded)
24-
- [woocommerce*blocks*{$this->registry_identifier}\_registration](#woocommerce_blocks_-this--registry_identifier-_registration)
25-
- [woocommerce_check_cart_items](#-woocommerce_check_cart_items)
24+
- [woocommerce_blocks_{$this->registry_identifier}_registration](#woocommerce_blocks_this-registry_identifier_registration)
25+
- [woocommerce_check_cart_items](#woocommerce_check_cart_items)
2626
- [woocommerce_created_customer](#woocommerce_created_customer)
2727
- [woocommerce_no_products_found](#woocommerce_no_products_found)
2828
- [woocommerce_register_post](#woocommerce_register_post)
@@ -39,8 +39,8 @@
3939
- [woocommerce_store_api_rate_limit_exceeded](#woocommerce_store_api_rate_limit_exceeded)
4040
- [woocommerce_store_api_validate_add_to_cart](#woocommerce_store_api_validate_add_to_cart)
4141
- [woocommerce_store_api_validate_cart_item](#woocommerce_store_api_validate_cart_item)
42-
- [woocommerce\_{$product->get_type()}\_add_to_cart](#woocommerce_-product--get_type-_add_to_cart)
43-
- [{$hook}](#-hook)
42+
- [woocommerce_{$product->get_type()}_add_to_cart](#woocommerce_product-get_type_add_to_cart)
43+
- [{$hook}](#hook)
4444

4545
---
4646

@@ -319,7 +319,7 @@ do_action( 'woocommerce_blocks_loaded' )
319319

320320
---
321321

322-
## woocommerce*blocks*{$this->registry_identifier}\_registration
322+
## woocommerce_blocks_{$this->registry_identifier}_registration
323323

324324
Fires when the IntegrationRegistry is initialized.
325325

@@ -771,7 +771,7 @@ do_action( 'woocommerce_store_api_validate_cart_item', \WC_Product $product, arr
771771

772772
---
773773

774-
## woocommerce\_{$product->get_type()}\_add_to_cart
774+
## woocommerce_{$product->get_type()}_add_to_cart
775775

776776
Trigger the single product add to cart action for each product type.
777777

docs/third-party-developers/extensibility/hooks/filters.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- [woocommerce_add_cart_item](#woocommerce_add_cart_item)
1515
- [woocommerce_add_cart_item_data](#woocommerce_add_cart_item_data)
1616
- [woocommerce_add_to_cart_sold_individually_quantity](#woocommerce_add_to_cart_sold_individually_quantity)
17-
- [woocommerce_add_to_cart_validation](#-woocommerce_add_to_cart_validation)
17+
- [woocommerce_add_to_cart_validation](#woocommerce_add_to_cart_validation)
1818
- [woocommerce_adjust_non_base_location_prices](#woocommerce_adjust_non_base_location_prices)
1919
- [woocommerce_apply_base_tax_for_local_pickup](#woocommerce_apply_base_tax_for_local_pickup)
2020
- [woocommerce_apply_individual_use_coupon](#woocommerce_apply_individual_use_coupon)
@@ -31,14 +31,14 @@
3131
- [woocommerce_loop_add_to_cart_link](#woocommerce_loop_add_to_cart_link)
3232
- [woocommerce_new_customer_data](#woocommerce_new_customer_data)
3333
- [woocommerce_registration_errors](#woocommerce_registration_errors)
34-
- [woocommerce_shared_settings](#-woocommerce_shared_settings)
34+
- [woocommerce_shared_settings](#woocommerce_shared_settings)
3535
- [woocommerce_shipping_package_name](#woocommerce_shipping_package_name)
36-
- [woocommerce*shipping*{$this->id}\_is_available](#woocommerce_shipping_-this--id-_is_available)
36+
- [woocommerce_shipping_{$this->id}_is_available](#woocommerce_shipping_this-id_is_available)
3737
- [woocommerce_show_page_title](#woocommerce_show_page_title)
3838
- [woocommerce_store_api_add_to_cart_data](#woocommerce_store_api_add_to_cart_data)
3939
- [woocommerce_store_api_disable_nonce_check](#woocommerce_store_api_disable_nonce_check)
4040
- [woocommerce_store_api_product_quantity_limit](#woocommerce_store_api_product_quantity_limit)
41-
- [woocommerce*store_api_product_quantity*{$value_type}](#woocommerce_store_api_product_quantity_-value_type)
41+
- [woocommerce_store_api_product_quantity_{$value_type}](#woocommerce_store_api_product_quantity_value_type)
4242
- [woocommerce_store_api_rate_limit_options](#woocommerce_store_api_rate_limit_options)
4343
- [woocommerce_variation_option_name](#woocommerce_variation_option_name)
4444

@@ -749,7 +749,7 @@ apply_filters( 'woocommerce_shipping_package_name', string $shipping_package_nam
749749

750750
---
751751

752-
## woocommerce*shipping*{$this->id}\_is_available
752+
## woocommerce_shipping_{$this->id}_is_available
753753

754754
```php
755755
apply_filters( 'woocommerce_shipping_{$this->id}_is_available' )
@@ -864,7 +864,7 @@ apply_filters( 'woocommerce_store_api_product_quantity_limit', integer $quantity
864864

865865
---
866866

867-
## woocommerce*store_api_product_quantity*{$value_type}
867+
## woocommerce_store_api_product_quantity_{$value_type}
868868

869869
Filters the quantity minimum for a cart item in Store API. This allows extensions to control the minimum qty of items already within the cart.
870870

0 commit comments

Comments
 (0)