docs: use tooling convention across docs (#10512)
This commit is contained in:
@@ -18,7 +18,7 @@ Instead, you use a module link. A module link forms an association between two d
|
||||
|
||||
### 1. Create Link File
|
||||
|
||||
Links are defined in a TypeScript or JavaScript file under the `src/links` directory. The file defines the link using the `defineLink` function imported from `@medusajs/framework/utils` and exports it.
|
||||
Links are defined in a TypeScript or JavaScript file under the `src/links` directory. The file defines the link using `defineLink` from the Modules SDK and exports it.
|
||||
|
||||
For example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user