From fa743c53485b5eaad1da6686d895a6fa56b9318c Mon Sep 17 00:00:00 2001 From: Gianluca Date: Tue, 5 Mar 2024 17:16:52 +0100 Subject: [PATCH] Checkpoint --- examples/quickstart-schema-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickstart-schema-registry/README.md b/examples/quickstart-schema-registry/README.md index 2c79b9d3..124a8b0a 100644 --- a/examples/quickstart-schema-registry/README.md +++ b/examples/quickstart-schema-registry/README.md @@ -54,7 +54,7 @@ The [docker-compose.yml](docker-compose.yml) has been revised to configure the i schema.registry.ssl.key.password=producer-password ``` -In addition, the `schema-registry` service references the local [`../compose-templates/secrets/schema-registry`](secrets/schema-registry/) folder to retrieve its secrets: +In addition, the `schema-registry` service references the local [`secrets/schema-registry`](secrets/schema-registry/) folder to retrieve its secrets: - the truststore file [`schema-registry.truststore.jks`](../compose-templates/secrets/schema-registry/schema-registry.truststore.jks); - the keystore file [`broker.schema-registry.jks`](../compose-templates/secrets/schema-registry/schema-registry.keystore.jks);