Skip to content

Commit 1707d32

Browse files
author
Ron
authored
Merge pull request #1160 from krishahn/relative-reference-in-urls
edit Relative Reference in URLs
2 parents c517e29 + ecefdda commit 1707d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Where OpenAPI tooling renders rich text it MUST support, at a minimum, markdown
165165
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).
166166
Relative references are resolved using the URLs defined in the [`Server Object`](#serverObject) as a Base URI.
167167

168-
Relative references used in `$ref` are processed as per [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03), i.e. using the URL of the current document as the base URI. See also the [Reference Object](#referenceObject).
168+
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).
169169

170170
### Schema
171171

0 commit comments

Comments
 (0)