Skip to content

Commit aa761ad

Browse files
committed
docs: fix broken links
1 parent cb93970 commit aa761ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/core/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you use the Postgres database hosted by [Supabase](https://supabase.com/), pl
112112
* `source_max_inflight_rows` (type: `int`, optional): The maximum number of concurrent inflight requests for source operations.
113113
* `source_max_inflight_bytes` (type: `int`, optional): The maximum number of concurrent inflight bytes for source operations.
114114

115-
The options only provide a default value, and can be overridden by arguments passed to `FlowBuilder.add_source()` on per-source basis ([details](/docs/build/flow_def#concurrency-control)).
115+
The options provide default values, and can be overridden by arguments passed to `FlowBuilder.add_source()` on per-source basis ([details](/docs/core/flow_def#concurrency-control)).
116116

117117
## List of Environment Variables
118118

0 commit comments

Comments
 (0)