From 986f92d7868dc1bcfdb0a52ed0ae78d49128fa6c Mon Sep 17 00:00:00 2001 From: "JC (Jonathan Chen)" Date: Wed, 26 Oct 2022 11:53:22 -0700 Subject: [PATCH] docs: fix link reference --- docs/connector-development/config-based/advanced-topics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/connector-development/config-based/advanced-topics.md b/docs/connector-development/config-based/advanced-topics.md index d06e46c31708..5bb032c627e2 100644 --- a/docs/connector-development/config-based/advanced-topics.md +++ b/docs/connector-development/config-based/advanced-topics.md @@ -227,7 +227,7 @@ If the input string is a raw string, the interpolated string will be the same. `"hello world" -> "hello world"` The engine will evaluate the content passed within `{{...}}`, interpolating the keys from context-specific arguments. -The "options" keyword [see ($options)](#object-instantiation) can be referenced. +The "options" keyword [see ($options)](#options) can be referenced. For example, some_object.inner_object.key will evaluate to "Hello airbyte" at runtime. @@ -308,4 +308,4 @@ pagination_strategy: - [Record selector](./understanding-the-yaml-file/record-selector.md) - [Stream slicers](./understanding-the-yaml-file/stream-slicers.md) -- [Source schema](./source_schema.yaml) \ No newline at end of file +- [Source schema](./source_schema.yaml)