Skip to content

Commit eb5db04

Browse files
committed
docs: prepare 1.12.0 release
1 parent 5080778 commit eb5db04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/configuration/documenting-bindings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can define anything and there is no validation.
8080
```
8181

8282
:::info
83-
See [Add-Ons / Generic Annotation Binding](../add-ons#generic-binding) for more information
83+
See [Add-Ons / Generic Annotation Binding](../introduction/add-ons.mdx#generic-binding) for more information
8484
:::
8585

8686
## Binding properties

docs/configuration/documenting-messages.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ static class StringEnvelope {
137137
```
138138

139139
:::info
140-
See [Add-Ons](../add-ons) for more information on how to document other formats
140+
See [Add-Ons](../introduction/add-ons) for more information on how to document other formats
141141
:::

docs/introduction/add-ons.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Adding a model converter is demoed in [`springwolf-add-ons/springwolf-common-mod
4949
</Tabs>
5050
Latest version: ![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-json-schema?color=green&label=springwolf&style=plastic)
5151

52-
Specific bindings are provided for the different [supported protocols](introduction/supported-protocols) but if you need
52+
Specific bindings are provided for the different [supported protocols](supported-protocols) but if you need
5353
to document a protocol that's not support yet, you can use this generic binding and specify any property you need.
5454

5555
### `@AsyncGenericOperationBinding`

docs/introduction/supported-protocols.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The supported binding annotations are:
4848
| STOMP (WebSocket) | `@StompAsyncOperationBinding` | ![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-stomp-binding?color=green&label=springwolf-stomp-binding&style=plastic) |
4949

5050
:::info
51-
See [Add-Ons / Generic Annotation Binding](../add-ons#generic-binding)
51+
See [Add-Ons / Generic Annotation Binding](add-ons.mdx#generic-binding)
5252
:::
5353

5454
## Wire format (Data serialization)

0 commit comments

Comments
 (0)