Skip to content

Commit

Permalink
Fix connector builder tutorial setup section (#31981)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman authored Oct 30, 2023
1 parent 17a70b7 commit 64a756d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/connector-development/connector-builder-ui/tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ The output schema of our stream will look like the following:
### Setting up Exchange Rates API key

Before we get started, you'll need to generate an API access key for the Exchange Rates API.
This can be done by signing up for the Free tier plan on [Exchange Rates API](https://exchangeratesapi.io/):
This can be done by signing up for the Free tier plan on [Exchange Rates API](https://apilayer.com/marketplace/exchangerates_data-api):

1. Visit https://exchangeratesapi.io and click "Get free API key" on the top right
2. You'll be taken to https://apilayer.com -- finish the sign up process, signing up for the free tier
3. Once you're signed in, visit https://apilayer.com/marketplace/exchangerates_data-api#documentation-tab and click "Live Demo"
4. Inside that editor, you'll see an API key. This is your API key.
1. Visit https://apilayer.com and click Sign In on the top right - either sign into an existing account or sign up for a new account on the free tier.
2. Once you're signed in, visit https://apilayer.com/marketplace/exchangerates_data-api
3. You should see an API Key displayed with a `Copy API Key` button next to it. This is your API key.

### Setting up the environment

Expand Down

0 comments on commit 64a756d

Please sign in to comment.