From c83d1abaf771b278df1238242db7330f6b0e510e Mon Sep 17 00:00:00 2001 From: Caio Pizzol Date: Mon, 18 May 2026 07:58:54 -0300 Subject: [PATCH] fix(zendeskSupport): correct sample manifest URL The sample at github.com/amp-labs/samples lives at /zendeskSupport/ (camelCase), not /zendesk-support/ (hyphenated). Both links in the guide were 404'ing. Surfaced by the drift-check detector (#608) and triaged in #609 as the lone deterministic docs fix among the broken-sample-link findings. Verified: https://github.com/amp-labs/samples/tree/main/zendeskSupport returns 200. --- src/provider-guides/zendeskSupport.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/provider-guides/zendeskSupport.mdx b/src/provider-guides/zendeskSupport.mdx index 2b5d3b69..377fc927 100644 --- a/src/provider-guides/zendeskSupport.mdx +++ b/src/provider-guides/zendeskSupport.mdx @@ -63,7 +63,7 @@ The Zendesk Support connector supports reading from and writing to the following ### Example Integration -For an example manifest file of a Zendesk Support integration, visit our [samples repo on Github](https://github.com/amp-labs/samples/blob/main/zendesk-support/amp.yaml). +For an example manifest file of a Zendesk Support integration, visit our [samples repo on Github](https://github.com/amp-labs/samples/blob/main/zendeskSupport/amp.yaml). ## Before You Get Started @@ -131,7 +131,7 @@ You need a **Zendesk** account to connect with Ampersand. To start integrating with Zendesk Support: -- Create a manifest file like the [example](https://github.com/amp-labs/samples/blob/main/zendesk-support/amp.yaml). +- Create a manifest file like the [example](https://github.com/amp-labs/samples/blob/main/zendeskSupport/amp.yaml). - Deploy it using the [amp CLI](/cli/overview). - If you are using Read Actions, create a [destination](/destinations). - Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component.