Skip to content

Commit

Permalink
Fix broken links.
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Feb 5, 2024
1 parent 6def9fc commit 26ea9e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Apache Kafka cluster with Klaw using the SASL_SSL authentication protocol.
communicate.
- A running Aiven for Apache Kafka service. See [Getting started with
Aiven for Apache Kafka for more
information](https://docs.aiven.io/docs/products/kafka/getting-started.html).
information](https://aiven.io/docs/products/kafka#get-started-with-aiven-for-apache-kafka).
- Configured [Java keystore and truststore containing the service SSL
certificates](https://docs.aiven.io/docs/products/kafka/howto/keystore-truststore.html)
to access Apache Kafka.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cluster with Klaw using SSL authentication protocol.
communicate.
- A running Aiven for Apache Kafka service. See [Getting started with
Aiven for Apache Kafka for more
information](https://docs.aiven.io/docs/products/kafka/getting-started.html).
information](https://aiven.io/docs/products/kafka#get-started-with-aiven-for-apache-kafka).
- Configured [Java keystore and truststore containing the service SSL
certificates](https://docs.aiven.io/docs/products/kafka/howto/keystore-truststore.html)
to access Apache Kafka.
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/release240.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ frontend.

:::note
For a complete list of improvements, changelog, and to download the
release, see [GitHub release tag v2.4.0](https://github.com/aiven/klaw/releases/tagv2.4.0)
release, see [GitHub release tag v2.4.0](https://github.com/Aiven-Open/klaw/releases/tag/v2.4.0)
6 changes: 3 additions & 3 deletions docs/releases/release270.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ kafka clients on schema changes

### Binaries

[`klaw-2.7.0.jar` ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v.2.7.0/klaw-2.7.0.jar)
[`klaw-2.7.0.jar` ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.7.0/klaw-2.7.0.jar)

[`cluster-api-2.7.0.jar`](https://github.com/Aiven-Open/klaw/releases/download/v.2.7.0/cluster-api-2.7.0.jar)
[`cluster-api-2.7.0.jar`](https://github.com/Aiven-Open/klaw/releases/download/v2.7.0/cluster-api-2.7.0.jar)

### Sources

[`klaw-2.7.0.zip`](https://github.com/Aiven-Open/klaw/archive/refs/tags/v.2.7.0.zip)
[`klaw-2.7.0.zip`](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.7.0.zip)

### Docker

Expand Down
2 changes: 1 addition & 1 deletion docs/setup-configuration/klaw-api-ssl-with-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ example, here's how to easily configure Klaw for use with an Aiven for Apache Ka
first install the [Aiven client](https://github.com/aiven/aiven-client) CLI tool.

1. Start or navigate to your Aiven for Apache Kafka service. If you're doing this for the first time, you can find more
information [in the Aiven documentation](https://docs.aiven.io/docs/products/kafka/getting-started.html).
information [in the Aiven documentation](https://aiven.io/docs/products/kafka#get-started-with-aiven-for-apache-kafka).

2. Make a directory to store the certificates in, for example, `certs/`.

Expand Down

0 comments on commit 26ea9e6

Please sign in to comment.