chore: fix documentation links in TSDocs (#10511)
This commit is contained in:
@@ -7,7 +7,7 @@ export const createLinksStepId = "create-remote-links"
|
||||
/**
|
||||
* This step creates remote links between two records of linked data models.
|
||||
*
|
||||
* Learn more in the [Remote Link documentation.](https://docs.medusajs.com/advanced-development/modules/remote-link#create-link).
|
||||
* Learn more in the [Remote Link documentation.](https://docs.medusajs.com/learn/fundamentals/module-links/remote-link#create-link).
|
||||
*
|
||||
* @example
|
||||
* import {
|
||||
|
||||
@@ -11,7 +11,7 @@ export const dismissRemoteLinkStepId = "dismiss-remote-links"
|
||||
/**
|
||||
* This step removes remote links between two records of linked data models.
|
||||
*
|
||||
* Learn more in the [Remote Link documentation.](https://docs.medusajs.com/advanced-development/modules/remote-link#dismiss-link).
|
||||
* Learn more in the [Remote Link documentation.](https://docs.medusajs.com/learn/fundamentals/module-links/remote-link#dismiss-link).
|
||||
*
|
||||
* @example
|
||||
* import {
|
||||
|
||||
@@ -9,7 +9,7 @@ export const removeRemoteLinkStepId = "remove-remote-links"
|
||||
/**
|
||||
* This step deletes linked records of a record.
|
||||
*
|
||||
* Learn more in the [Remote Link documentation](https://docs.medusajs.com/advanced-development/modules/remote-link#cascade-delete-linked-records)
|
||||
* Learn more in the [Remote Link documentation](https://docs.medusajs.com/learn/fundamentals/module-links/remote-link#cascade-delete-linked-records)
|
||||
*
|
||||
* @example
|
||||
* import {
|
||||
|
||||
@@ -29,7 +29,7 @@ const step = createStep(
|
||||
/**
|
||||
* This step fetches data across modules using the Query.
|
||||
*
|
||||
* Learn more in the [Query documentation](https://docs.medusajs.com/learn/advanced-development/module-links/query).
|
||||
* Learn more in the [Query documentation](https://docs.medusajs.com/learn/fundamentals/module-links/query).
|
||||
*
|
||||
* @example
|
||||
* To retrieve a list of records of a data model:
|
||||
|
||||
@@ -50,7 +50,7 @@ export const useRemoteQueryStepId = "use-remote-query"
|
||||
/**
|
||||
* This step fetches data across modules using the remote query.
|
||||
*
|
||||
* Learn more in the [Remote Query documentation](https://docs.medusajs.com/learn/advanced-development/module-links/query).
|
||||
* Learn more in the [Remote Query documentation](https://docs.medusajs.com/learn/fundamentals/module-links/query).
|
||||
*
|
||||
* :::note
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user