From 2c70f4d550fde0ce21a70d64194351a89e93dae0 Mon Sep 17 00:00:00 2001 From: colton Date: Wed, 31 Jan 2024 11:57:00 -0500 Subject: [PATCH] [docs] fixes reference to Sling documentation in embedded-elt docs (#19509) ## Summary & Motivation Resolves https://github.com/dagster-io/dagster/issues/19508 Fixes broken link to Sling documentation in the `embedded-elt` docs. ## How I Tested These Changes --- docs/content/integrations/embedded-elt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/integrations/embedded-elt.mdx b/docs/content/integrations/embedded-elt.mdx index 1d60e0d193ab5..3ae6b34e8f6c6 100644 --- a/docs/content/integrations/embedded-elt.mdx +++ b/docs/content/integrations/embedded-elt.mdx @@ -24,7 +24,7 @@ We plan on adding additional embedded ELT tool integrations in the future. ## Getting started -To get started with `dagster-embedded-elt` and Sling, familiarize yourself with Sling by reading their docs which describe how sources and targets are configured. +To get started with `dagster-embedded-elt` and Sling, familiarize yourself with Sling by reading their docs which describe how sources and targets are configured. The typical pattern for building an ELT pipeline with Sling has three steps: