Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit ce0f86b

Browse files
authored
Update README.md
1 parent 0ac3a58 commit ce0f86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StoreApi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Please review the [Store API Guiding principles](./docs/guiding-principles.md).
141141

142142
## Extensibility
143143

144-
The approach to extensibility within the Store API is to expose certain routes and schema to the ExtendSchema class. [Documentation for contributors on this can be found here](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/extensibility/extend-rest-api-new-endpoint.md).
144+
The approach to extensibility within the Store API is to expose certain routes and schema to the ExtendSchema class. [Documentation for contributors on this can be found here](../../docs/third-party-developers/extensibility/rest-api/extend-rest-api-new-endpoint.md).
145145

146146
If a route includes the extensibility interface, 3rd party developers can use the shared `ExtendSchema::class` instance to register additional endpoint data and additional schema.
147147

0 commit comments

Comments
 (0)