File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:::
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Adding a model converter is demoed in [`springwolf-add-ons/springwolf-common-mod
4949</Tabs >
5050Latest 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
5353to document a protocol that's not support yet, you can use this generic binding and specify any property you need.
5454
5555### ` @AsyncGenericOperationBinding `
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments