Skip to content

Commit 82fe810

Browse files
authored
Merge pull request #3858 from handrews/markdown-uris-304
Resolution of relative URLs in CommonMark text (3.0.4)
2 parents 75826ef + 2f7def5 commit 82fe810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versions/3.0.4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ Relative references are resolved using the URLs defined in the [`Server Object`]
214214

215215
Relative references used in `$ref` are processed as per [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03), using the URL of the current document as the base URI. See also the [Reference Object](#referenceObject).
216216

217+
Relative references in CommonMark hyperlinks are resolved in their rendered context, which might differ from the context of the API description.
218+
217219
### Schema
218220

219221
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)