Skip to content

Commit 9b4bd36

Browse files
authored
Merge pull request #72 from ctasada/ctasada/update-spec-links
chore: Updated AsyncAPI reference links to 3.0
2 parents 39261a4 + 8e5a311 commit 9b4bd36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/behind-the-scenes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following paragraphs describe how Springwolf works internally.
88

99
## Big Picture
1010
When the Spring Boot application is started, Springwolf uses its scanners to find defined consumers and producers within the application.
11-
Based on the results, the channels/topics are extracted including payload type and merged together into an [AsyncAPI conform document](https://www.asyncapi.com/docs/reference/specification/v2.6.0).
11+
Based on the results, the channels/topics are extracted including payload type and merged together into an [AsyncAPI conform document](https://www.asyncapi.com/docs/reference/specification/v3.0.0).
1212

1313
The AsyncAPI document is accessible an endpoint.
1414
When the Springwolf UI is opened, the browser fetches the document and renders it (see demo).
@@ -26,7 +26,7 @@ When building own scanner plugins, your plugin will need to implement the `Chann
2626
`springwolf-core` runs all scanners and merges the found results together into one AsyncAPI document.
2727
When the same channel/topic is found multiple times, it's merged as well.
2828

29-
The result is a [`ChannelItem`](https://www.asyncapi.com/docs/reference/specification/v2.6.0#channelItemObject).
29+
The result is a [`ChannelItem`](https://www.asyncapi.com/docs/reference/specification/v3.0.0#channelObject).
3030
The `ChannelObject` contains the `Message` for the receive and/or send operation.
3131

3232
## Building an example payload

docs/configuration/documenting-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ The Message Binding Object is used to describe the Google Cloud Pub/Sub PubsubMe
153153
- name: The name of the schema
154154

155155

156-
[operation-binding]: https://www.asyncapi.com/docs/reference/specification/v2.6.0#operationBindingsObject
156+
[operation-binding]: https://www.asyncapi.com/docs/reference/specification/v3.0.0#operationBindingsObject

0 commit comments

Comments
 (0)