Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/sdk-docs/integrations/_get-public-url-snippet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Screenshot } from "@/mdx/components";

### Get the API's combined spec public URL from the registry

Navigate to the [Speakeasy Dashboard](https://app.speakeasy.com) and open the **API Registry** tab. Open the `*-with-code-samples` entry for the API.
Navigate to the [Speakeasy Dashboard](https://app.speakeasy.com) and open the **API Registry** overview. Select the relevant API and open the entry labeled with type `Combined Spec`. This is typically at the bottom under "Related Documents".

<Screenshot
variant="web"
Expand All @@ -18,7 +18,7 @@ Navigate to the [Speakeasy Dashboard](https://app.speakeasy.com) and open the **
> has an [automatic code sample
> URL](/docs/sdk-docs/code-samples/automated-code-sample-urls) configured.

From the registry entry's page, copy the provided public URL.
From the registry entry's page, copy the provided public URL using the "Share" button on the top right.

<Screenshot
variant="web"
Expand Down
Loading