From 17d723c067076b5f53ae141dd038838fb6535835 Mon Sep 17 00:00:00 2001 From: Steven Moy Date: Fri, 1 Sep 2023 07:32:26 -0700 Subject: [PATCH] Fix broken link (#134) Turns out the original link was broken when we initially fork from Databricks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634e588c..d11d816b 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ The integration tests tagged with `PreloadTest` require prerequisite data loaded ### Data Sources API -Once you have [configured your AWS credentials](#aws-credentials), you can use this library via the Data Sources API in Scala, Python or SQL, as follows: +Once you have [configured your AWS credentials](#authenticating-to-s3-and-redshift), you can use this library via the Data Sources API in Scala, Python or SQL, as follows: #### Scala