Skip to content

Commit 38c789f

Browse files
authored
Merge pull request #4941 from ralfhandl/3.2-broken-implicit-connection-link
3.2 broken link for "implicit connections"
2 parents cd64743 + 7926ee2 commit 38c789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Implementations MAY choose to support referencing by other URIs such as the retr
114114
#### OpenAPI Description Structure
115115

116116
An **OpenAPI Description** (**OAD**) formally describes the surface of an API and its semantics.
117-
An OAD MAY be made up of a single document, or be distributed across multiple documents that are connected by various fields using [URI references](#relative-references-in-api-description-uris) and [implicit connections](#resolving implicit connections).
117+
An OAD MAY be made up of a single document, or be distributed across multiple documents that are connected by various fields using [URI references](#relative-references-in-api-description-uris) and [implicit connections](#resolving-implicit-connections).
118118

119119
In order for parsing behavior to be well-defined, all documents in an OAD MUST have either an OpenAPI Object or a Schema Object at the root, and MUST be parsed as complete documents, as described in the next section.
120120

0 commit comments

Comments
 (0)