diff --git a/use-crystallize/skills/js-api-client/SKILL.md b/use-crystallize/skills/js-api-client/SKILL.md index 7b87b5d..dadd389 100644 --- a/use-crystallize/skills/js-api-client/SKILL.md +++ b/use-crystallize/skills/js-api-client/SKILL.md @@ -105,7 +105,7 @@ All callers share the same signature: ## High-Level Helpers -Available helpers (see [High-Level Helpers Reference](references/high-level-helpers.md) for full examples): +Available helpers: | Helper | Import | Purpose | | ----------------------------------- | ---------------------------- | ----------------------------------------------------------- | @@ -154,8 +154,6 @@ const { tenant } = await api.nextPimApi<{ tenant: { id: string; name: string } } ## References -- [High-Level Helpers](references/high-level-helpers.md) - Catalogue Fetcher, Navigation Fetcher, Product Hydrater, Order Manager, Customer Manager, Cart Manager, and more -- [Utilities](references/utilities.md) - GraphQL Builder, Signature Verification, Binary File Manager, Pricing Utilities, Request Profiling -- [Official Documentation](https://crystallize.com/docs/developer/sdk/js-api-client) +- [Official Documentation](https://crystallize.com/docs/developer/sdk/js-api-client) - High-level helpers and utilities (GraphQL Builder, Signature Verification, Binary File Manager, Pricing Utilities, Request Profiling) - [GitHub Repository](https://github.com/CrystallizeAPI/libraries/tree/main/components/js-api-client) - [NPM Package](https://www.npmjs.com/package/@crystallize/js-api-client) diff --git a/use-crystallize/skills/query/references/core-api.md b/use-crystallize/skills/query/references/core-api.md index ac64776..58035a8 100644 --- a/use-crystallize/skills/query/references/core-api.md +++ b/use-crystallize/skills/query/references/core-api.md @@ -701,4 +701,4 @@ Types are generated from the Core API schema via GraphQL Code Generator. ## Related Links - [Crystallize Core API Documentation](https://crystallize.com/docs/developer/apis/core-api) -- [Core API Mutations](../mutation/references/core-api.md) +- [Core API Mutations](../../mutation/references/core-api.md)