From acdcbacd877954cc103fa2bc10db3174823a538e Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 26 Nov 2024 12:31:56 +0200 Subject: [PATCH] docs: fix links to extend workflow guide (#10269) --- www/apps/api-reference/markdown/admin.mdx | 2 +- www/apps/api-reference/markdown/store.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/api-reference/markdown/admin.mdx b/www/apps/api-reference/markdown/admin.mdx index c7e917c086..9301938695 100644 --- a/www/apps/api-reference/markdown/admin.mdx +++ b/www/apps/api-reference/markdown/admin.mdx @@ -832,7 +832,7 @@ If you click on the workflow, you'll view a reference of that workflow, includin This is useful if you want to extend an API route and pass additional data or perform custom actions. -Refer to [this guide](https://docs.medusajs.com/customization/extend-models/extend-create-product) to find an example of extending an API route. +Refer to [this guide](https://docs.medusajs.com/learn/customization/extend-models/extend-create-product) to find an example of extending an API route.