Skip to content

Commit

Permalink
docs: fix link reference (#18503)
Browse files Browse the repository at this point in the history
  • Loading branch information
dijonkitchen authored Oct 26, 2022
1 parent 1d2df97 commit 0423007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/connector-development/config-based/advanced-topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
- [Source schema](./source_schema.yaml)

0 comments on commit 0423007

Please sign in to comment.