Skip to content

Commit 0ba432a

Browse files
fix!: update broken links (#153)
* fix!: update broken links --------- Co-authored-by: lugomez <[email protected]>
1 parent c01d65a commit 0ba432a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/docs/reactive-commons/1-getting-started.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ dependencies {
5252

5353
:::tip
5454
If you will use Cloud Events, you should include the Cloud Events dependency:
55-
5655
```groovy
5756
dependencies {
5857
implementation 'io.cloudevents:cloudevents-json-jackson:4.0.1'
5958
}
6059
```
61-
6260
:::
6361

6462
### Configuration properties
@@ -113,8 +111,10 @@ public class MyRabbitMQConfig {
113111
}
114112
```
115113

116-
Please refer to [Configuration Properties](/reactive-commons-java/docs/reactive-commons/configuration-properties)
117-
Or with secrets [Loading properties from a secret](/reactive-commons-java/docs/reactive-commons/configuration-properties#loading-properties-from-a-secret)
114+
Please refer
115+
to [Configuration Properties](/reactive-commons-java/docs/reactive-commons/configuration_properties/rabbitmq)
116+
Or with
117+
secrets [Loading properties from a secret](/reactive-commons-java/docs/reactive-commons/configuration_properties/rabbitmq#loading-properties-from-a-secret)
118118

119119
The 5.x.x stable version of Reactive Commons has been merged with the deprecated `-eda` variant, this means that
120120
the `async-commons-rabbit-starter` artifact is now the only one to use.
@@ -220,13 +220,14 @@ dependencies {
220220
}
221221
```
222222

223-
Note: If you will use Cloud Events, you should include the Cloud Events dependency:
224-
223+
:::tip
224+
If you will use Cloud Events, you should include the Cloud Events dependency:
225225
```groovy
226226
dependencies {
227227
implementation 'io.cloudevents:cloudevents-json-jackson:4.0.1'
228228
}
229229
```
230+
:::
230231

231232
### Configuration properties
232233

0 commit comments

Comments
 (0)