Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
aashikam committed Feb 12, 2024
1 parent fda56fa commit f1f94c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1f94c3

Please sign in to comment.