Skip to content

Commit

Permalink
Fix broken links in the examples/quickstart-schema-registry/READM.md …
Browse files Browse the repository at this point in the history
…file (#24)
  • Loading branch information
gfinocchiaro authored Oct 25, 2024
1 parent 980b575 commit 35c5d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ Modified the [README.md](README.md) file has follows:
## [0.1.0] (2024-03-17)

- First public pre-release

10 changes: 5 additions & 5 deletions examples/quickstart-schema-registry/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quick Start with Schema Registry

This folder contains a variant of the [_Quick Start SSL_](../../../quickstart-ssl/README.md#quick-start-ssl) app configured to use the _Confluent Schema Registry_.
This folder contains a variant of the [_Quick Start SSL_](../quickstart-ssl/README.md#quick-start-ssl) app configured to use the _Confluent Schema Registry_.

The [docker-compose.yml](docker-compose.yml) file has been revised to configure the integration with [_Confluent Docker Image for Schema Registry_](https://hub.docker.com/r/confluentinc/cp-schema-registry) as follows:

Expand Down Expand Up @@ -51,10 +51,10 @@ The [docker-compose.yml](docker-compose.yml) file has been revised to configure
schema.registry.ssl.key.password=producer-private-key-password
```

In addition, the `schema-registry` service references the local [`secrets/schema-registry`](./secrets/schema-registry/) folder to retrieve the following secrets:
In addition, the `schema-registry` service references the local [`secrets/schema-registry`](../compose-templates/secrets/schema-registry/) folder to retrieve the following secrets:

- The trust store file [`schema-registry.truststore.jks`](../../../compose-templates/secrets/schema-registry/schema-registry.truststore.jks)
- The key store file [`schema-registry.keystore.jks`](../../../compose-templates/secrets/schema-registry/schema-registry.keystore.jks)
- The trust store file [`schema-registry.truststore.jks`](../compose-templates/secrets/schema-registry/schema-registry.truststore.jks)
- The key store file [`schema-registry.keystore.jks`](../compose-templates/secrets/schema-registry/schema-registry.keystore.jks)

You can regenerate all of them with:

Expand All @@ -64,4 +64,4 @@ $ ./generate-secrets.sh

## Run

From this directory, follow the same instructions you can find in the [Quick Start](../../../../README.md#run) section of the main README file.
From this directory, follow the same instructions you can find in the [Quick Start](../../README.md#run) section of the main README file.

0 comments on commit 35c5d44

Please sign in to comment.