Skip to content

Commit 9c34ae2

Browse files
authored
Merge pull request #251 from asyncapi/feature/fix-file-structure-link
Fix JSON Schema link in File structure section
2 parents 4cfeca3 + 724b0e2 commit 9c34ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/next/asyncapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In order to preserve the ability to round-trip between YAML and JSON formats, YA
123123

124124
The A2S representation of the API is made of a single file.
125125
However, parts of the definitions can be split into separate files, at the discretion of the user.
126-
This is applicable for `$ref` fields in the specification as follows from the [JSON Schema](http://json-schema.org) definitions.
126+
This is applicable for `$ref` fields in the specification as follows from the [JSON Schema](https://json-schema.org/understanding-json-schema/structuring.html) definitions.
127127

128128
By convention, the AsyncAPI Specification (A2S) file is named `asyncapi.json` or `asyncapi.yaml`.
129129

0 commit comments

Comments
 (0)