From 1c583bda3b8b8bc39b7e2f99dd3b46fd89f9afb8 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 1 Nov 2024 15:38:57 +0100 Subject: [PATCH] Update links to connectors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … which were previously called transformation templates. --- docs/tutorials/connectors.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/connectors.mdx b/docs/tutorials/connectors.mdx index 21f205e..76caba7 100644 --- a/docs/tutorials/connectors.mdx +++ b/docs/tutorials/connectors.mdx @@ -3,7 +3,7 @@ title: Configuring the Slack Connector --- :::info Prerequisites -This guide assumes your familiar with the basics of [event types](../event-types), the [App Portal](../app-portal) and [Connectors](../transformation-templates). +This guide assumes your familiar with the basics of [event types](../event-types), the [App Portal](../app-portal) and [Connectors](../connectors). ::: [Connectors](https://docs.svix.com/connectors) make it easy for your customers to link your webhooks to popular services like Slack, Hubspot, or Microsoft Teams in just a few clicks—no code or new backend infrastructure required. @@ -140,5 +140,5 @@ And that's it! In just a few clicks, your users will be able to connect their Sl All we needed to do to setup the connector was select the event types we wanted to support and write the transformation. Svix takes care of the rest, so you can provide a one-click connection to Slack for your users. -Setting up connectors for the other supported services is just as easy. Check out the [Connectors docs](../transformation-templates) to learn more. +Setting up connectors for the other supported services is just as easy. Check out the [Connectors docs](../connectors) to learn more.