Skip to content

Commit ba0e420

Browse files
authored
Merge pull request #3892 from handrews/markdown-uris-311
Resolution of relative URLs in CommonMark text (3.1.1 port of #3858)
2 parents 258e85d + 1ac1025 commit ba0e420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: versions/3.1.1.md

+2
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ API endpoints are by definition accessed as locations, and are described by this
278278
Unless specified otherwise, all properties that are URLs MAY be relative references as defined by [RFC3986](https://tools.ietf.org/html/rfc3986#section-4.2).
279279
Unless specified otherwise, relative references are resolved using the URLs defined in the [`Server Object`](#serverObject) as a Base URL. Note that these themselves MAY be relative to the referring document.
280280

281+
Relative references in CommonMark hyperlinks are resolved in their rendered context, which might differ from the context of the API description.
282+
281283
### Schema
282284

283285
In the following description, if a field is not explicitly **REQUIRED** or described with a MUST or SHALL, it can be considered OPTIONAL.

0 commit comments

Comments
 (0)