File tree 4 files changed +4
-4
lines changed
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.
80
80
```
81
81
82
82
::: 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
84
84
:::
85
85
86
86
## Binding properties
Original file line number Diff line number Diff line change @@ -137,5 +137,5 @@ static class StringEnvelope {
137
137
```
138
138
139
139
:::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
141
141
:::
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
49
49
</Tabs >
50
50
Latest version: ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-json-schema?color=green&label=springwolf&style=plastic )
51
51
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
53
53
to document a protocol that's not support yet, you can use this generic binding and specify any property you need.
54
54
55
55
### ` @AsyncGenericOperationBinding `
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The supported binding annotations are:
48
48
| 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 ) |
49
49
50
50
::: info
51
- See [ Add-Ons / Generic Annotation Binding] ( ../ add-ons#generic-binding)
51
+ See [ Add-Ons / Generic Annotation Binding] ( add-ons.mdx #generic-binding )
52
52
:::
53
53
54
54
## Wire format (Data serialization)
You can’t perform that action at this time.
0 commit comments