From 172401076970421beb52e4ebaa223215724b51c1 Mon Sep 17 00:00:00 2001 From: Phil Leggetter Date: Tue, 3 Mar 2026 11:16:51 +0000 Subject: [PATCH] fix(docs): update OpenAPI spec link to point to GitHub --- docs/pages/sdks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/sdks.mdx b/docs/pages/sdks.mdx index 7bff7ea7..7ad218fe 100644 --- a/docs/pages/sdks.mdx +++ b/docs/pages/sdks.mdx @@ -5,7 +5,7 @@ description: An overview of the Outpost SDKs for Go, TypeScript, and Python. Outpost provides Software Development Kits (SDKs) to help you integrate your applications with the Outpost API seamlessly. These SDKs are designed to simplify the process of publishing events and managing your Outpost resources. -The SDKs are generated from the Outpost OpenAPI specification using [Speakeasy](https://speakeasy.com). +The SDKs are generated from the Outpost OpenAPI specification using [Speakeasy](https://speakeasy.com). ## Available SDKs @@ -71,7 +71,7 @@ async function manageOutpostResources() { // 3. Create a destination for the tenant console.log( - `Creating destination: ${newDestinationName} for tenant ${tenantId}...` + `Creating destination: ${newDestinationName} for tenant ${tenantId}...`, ); const destination = await outpostAdmin.destinations.create({ tenantId,