Skip to content

Commit d3d7201

Browse files
committed
fix broken links
1 parent d97101c commit d3d7201

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/cloud/reference/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ You can now grant uni-directional access to a specific data source like AWS MSK.
344344

345345
### ClickPipes now supports IAM for AWS MSK {#clickpipes-now-supports-iam-for-aws-msk}
346346

347-
You can now use IAM authentication to connect to an MSK broker with AWS MSK ClickPipes. To get started, review our [documentation](/integrations/clickpipes/kafka#iam).
347+
You can now use IAM authentication to connect to an MSK broker with AWS MSK ClickPipes. To get started, review our [documentation](/integrations/clickpipes/kafka/best-practices/#iam).
348348

349349
### Maximum replica size for new services on AWS {#maximum-replica-size-for-new-services-on-aws}
350350

@@ -424,7 +424,7 @@ High throughput can demand extra resources to meet your data volume and latency
424424

425425
*Raw Message Ingestion for Kafka and Kinesis*
426426

427-
It is now possible to ingest an entire Kafka or Kinesis message without parsing it. ClickPipes now offers support for a `_raw_message` [virtual column](/integrations/clickpipes/kafka#kafka-virtual-columns), allowing users to map the full message into a single String column. This gives you the flexibility to work with raw data as needed.
427+
It is now possible to ingest an entire Kafka or Kinesis message without parsing it. ClickPipes now offers support for a `_raw_message` [virtual column](/integrations/clickpipes/kafka/reference/#kafka-virtual-columns), allowing users to map the full message into a single String column. This gives you the flexibility to work with raw data as needed.
428428

429429
## August 29, 2024 {#august-29-2024}
430430

scripts/autogenerate-table-of-contents.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ COMMANDS=(
4444
'--single-toc --dir="docs/cloud/changelogs" --md="docs/cloud/reference/release-notes-index.md"'
4545
'--single-toc --dir="docs/development" --md="docs/development/index.md" --ignore images'
4646
'--single-toc --dir="docs/getting-started/example-datasets" --md="docs/getting-started/index.md" --ignore images'
47+
'--single-toc --dir="docs/integrations/data-ingestion/clickpipes/kafka" --md="docs/integrations/data-ingestion/clickpipes/kafka/index.md" --ignore images'
4748
)
4849

4950
# Execute each command

0 commit comments

Comments
 (0)