From b93ee32204b079d1c27a2e5d63fd24e2f3173a2a Mon Sep 17 00:00:00 2001 From: Rick Byers Date: Wed, 11 Feb 2026 20:57:28 -0500 Subject: [PATCH] Update file references from .js to .ts Fixes links broken a couple years ago with TS migration (#2909) --- docs/core-apis.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/core-apis.md b/docs/core-apis.md index d898e1b3cf..64fd21fe26 100644 --- a/docs/core-apis.md +++ b/docs/core-apis.md @@ -18,7 +18,7 @@ limitations under the License. ## Subscriptions API -[Subscriptions service](../src/api/subscriptions.js) is the main service that provides +[Subscriptions service](../src/api/subscriptions.ts) is the main service that provides access to all SwG APIs. See [Include SwG client on a site](./embed-client.md) on how to load and get access @@ -36,9 +36,9 @@ For Contribution APIs see [Contributions flow](./contributions-flow.md) ## Types used within the Subscriptions API Some of the main types are: -- [Entitlements](../src/api/entitlements.js) -- [SubscribeResponse](../src/api/subscribe-response.js) -- [UserData](../src/api/user-data.js) +- [Entitlements](../src/api/entitlements.ts) +- [SubscribeResponse](../src/api/subscribe-response.ts) +- [UserData](../src/api/user-data.ts) For details on how these types and related APIs are used, see see [Subscriptions flows](./flows.md).