From 567f8a5ea54b4385ccf04231c8df7f255b6dfe34 Mon Sep 17 00:00:00 2001 From: lugomez Date: Tue, 23 Sep 2025 10:02:05 -0500 Subject: [PATCH 1/2] fix!: update broken links --- docs/docs/reactive-commons/1-getting-started.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/docs/reactive-commons/1-getting-started.md b/docs/docs/reactive-commons/1-getting-started.md index 56efc5d..a906a7f 100644 --- a/docs/docs/reactive-commons/1-getting-started.md +++ b/docs/docs/reactive-commons/1-getting-started.md @@ -52,13 +52,11 @@ dependencies { :::tip If you will use Cloud Events, you should include the Cloud Events dependency: - ```groovy dependencies { implementation 'io.cloudevents:cloudevents-json-jackson:4.0.1' } ``` - ::: ### Configuration properties @@ -113,8 +111,10 @@ public class MyRabbitMQConfig { } ``` -Please refer to [Configuration Properties](/reactive-commons-java/docs/reactive-commons/configuration-properties) -Or with secrets [Loading properties from a secret](/reactive-commons-java/docs/reactive-commons/configuration-properties#loading-properties-from-a-secret) +Please refer +to [Configuration Properties](/reactive-commons-java/docs/reactive-commons/configuration_properties/rabbitmq) +Or with +secrets [Loading properties from a secret](/reactive-commons-java/docs/reactive-commons/configuration_properties/rabbitmq#loading-properties-from-a-secret) The 5.x.x stable version of Reactive Commons has been merged with the deprecated `-eda` variant, this means that the `async-commons-rabbit-starter` artifact is now the only one to use. @@ -220,14 +220,16 @@ dependencies { } ``` -Note: If you will use Cloud Events, you should include the Cloud Events dependency: - +:::tip +If you will use Cloud Events, you should include the Cloud Events dependency: ```groovy dependencies { implementation 'io.cloudevents:cloudevents-json-jackson:4.0.1' } ``` +::: + ### Configuration properties Also you need to include the name for your app in the `application.properties`, it is important because this value will From 2f45681c51d4731f58ec8a114f0e31e758f78643 Mon Sep 17 00:00:00 2001 From: lugomez Date: Tue, 23 Sep 2025 10:03:38 -0500 Subject: [PATCH 2/2] fix!: update broken links --- docs/docs/reactive-commons/1-getting-started.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/reactive-commons/1-getting-started.md b/docs/docs/reactive-commons/1-getting-started.md index a906a7f..e1bf640 100644 --- a/docs/docs/reactive-commons/1-getting-started.md +++ b/docs/docs/reactive-commons/1-getting-started.md @@ -227,7 +227,6 @@ dependencies { implementation 'io.cloudevents:cloudevents-json-jackson:4.0.1' } ``` - ::: ### Configuration properties