Skip to content

Commit

Permalink
fix: cross-link
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Sep 10, 2024
1 parent 11a8a14 commit eed83ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/products/kafka/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ or automate the process with Terraform.
terraform apply --auto-approve
```

1. Store the Terraform outputs in environment variables to use them when
[connecting](#connect-and-produceconsume-messages):
1. Store the Terraform outputs in environment variables to use them when [connecting](#connect):

```bash
KAFKA_HOST="$(terraform output -raw kafka_service_host)"
Expand Down Expand Up @@ -223,7 +222,7 @@ messages.
</TabItem>
</Tabs>

## Connect to your Aiven for Apache Kafka service
## Connect to your Aiven for Apache Kafka service {#connect}

You can connect to your Aiven for Apache Kafka service to interact with Apache Kafka
topics, allowing you to produce and consume messages.
Expand Down

0 comments on commit eed83ea

Please sign in to comment.