From 2c610d15e2835bac2000d13d92c91c815feeeaea Mon Sep 17 00:00:00 2001 From: Amin Date: Sun, 16 Oct 2022 09:11:34 -0700 Subject: [PATCH] Update 4-reading-data.md --- .../config-based/tutorial/4-reading-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/connector-development/config-based/tutorial/4-reading-data.md b/docs/connector-development/config-based/tutorial/4-reading-data.md index 08feb35f3140..a39a8071f0ca 100644 --- a/docs/connector-development/config-based/tutorial/4-reading-data.md +++ b/docs/connector-development/config-based/tutorial/4-reading-data.md @@ -1,7 +1,7 @@ # Step 4: Reading data Now that we're able to authenticate to the source API, we'll want to select data from the HTTP responses. -Let's first add the stream to the configured catalog in `source-exchange_rates-tutorial/integration_tests/configured_catalog.json` +Let's first add the stream to the configured catalog in `source-exchange-rates-tutorial/integration_tests/configured_catalog.json` ```json { @@ -67,4 +67,4 @@ Next, we'll [enhance the connector to read data for a given date, which will ena ## More readings - [Record selector](../understanding-the-yaml-file/record-selector.md) -- [Catalog guide](https://docs.airbyte.io/understanding-airbyte/beginners-guide-to-catalog) \ No newline at end of file +- [Catalog guide](https://docs.airbyte.io/understanding-airbyte/beginners-guide-to-catalog)