diff --git a/docs/website/docs/dlt-ecosystem/transformations/sql.md b/docs/website/docs/dlt-ecosystem/transformations/sql.md index 5358e65801..766a99f817 100644 --- a/docs/website/docs/dlt-ecosystem/transformations/sql.md +++ b/docs/website/docs/dlt-ecosystem/transformations/sql.md @@ -14,7 +14,7 @@ connection. :::info * This method will work for all SQL destinations supported by `dlt`, but not for the filesystem destination. -* Read the [sql client docs](../../ general-usage/dataset-access/dataset) for more information on how to access data with the sql client. +* Read the [SQL client docs](../../ general-usage/dataset-access/dataset) for more information on how to access data with the SQL client. * If you are simply trying to read data, you should use the powerful [dataset interface](../../general-usage/dataset-access/dataset) instead. :::