From f1f94c3882262fe697df4ff0e9e9e4b0ee68f171 Mon Sep 17 00:00:00 2001 From: aashikam Date: Mon, 12 Feb 2024 21:53:07 +0530 Subject: [PATCH] Update links --- README.md | 2 +- ballerina/Module.md | 2 +- ballerina/Package.md | 2 +- examples/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ea11bf..cb70ae5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ To use the `aws.redshift` connector in your Ballerina application, modify the `. ### Step 1: Import the connector -Import the `ballerinax/aws.redshift` package and the `ballerinax/aws.redshift.driver` into your Ballerina project. +Import the `ballerinax/aws.redshift` package and the `ballerinax/aws.redshift.driver` package. ```ballerina import ballerinax/aws.redshift; diff --git a/ballerina/Module.md b/ballerina/Module.md index 72b4852..a8b0821 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -51,7 +51,7 @@ To use the `aws.redshift` connector in your Ballerina application, modify the `. ### Step 1: Import the connector -Import the `ballerinax/aws.redshift` package and the `ballerinax/aws.redshift.driver` into your Ballerina project. +Import the `ballerinax/aws.redshift` package and the `ballerinax/aws.redshift.driver` package. ```ballerina import ballerinax/aws.redshift; diff --git a/ballerina/Package.md b/ballerina/Package.md index c4c4872..41ddfc2 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -52,7 +52,7 @@ To use the `aws.redshift` connector in your Ballerina application, modify the `. ### Step 1: Import the connector -Import the `ballerinax/aws.redshift` package and the `ballerinax/aws.redshift.driver` into your Ballerina project. +Import the `ballerinax/aws.redshift` package and the `ballerinax/aws.redshift.driver` package. ```ballerina import ballerinax/aws.redshift; diff --git a/examples/README.md b/examples/README.md index ac0c745..7fe05fa 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,7 +10,7 @@ The `ballerinax/aws.redshift` connector facilitates seamless integration with Am ## Prerequisites -1. Follow the [instructions](https://github.com/ballerina-platform/module-ballerinax-aws.redshift#set-up-guide) to set up the AWS Redshift cluster. +1. Follow the [instructions](https://github.com/ballerina-platform/module-ballerinax-aws.redshift#setup-guide) to set up the AWS Redshift cluster. 2. For each example, create a new Ballerina project. Copy the provided example code into the project, and include a `config.toml` file with the necessary JDBC URL, username, and password. Below is an example illustrating how your `config.toml` file should be structured: ```toml