Skip to content

Commit 4068c09

Browse files
committed
Fix another base URI example bug
1 parent 7be51a4 commit 4068c09

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
@@ -5277,7 +5277,7 @@ RFC2557 was written to allow sending hyperlinked sets of documents as email atta
52775277
```MULTIPART
52785278
--boundary-example
52795279
Content-Type: application/openapi+yaml
5280-
Content-Location: https://inaccessible-domain.com/api/openapi.yaml
5280+
Content-Location: https://example.com/api/openapi.yaml
52815281
52825282
openapi: 3.2.0
52835283
info:

0 commit comments

Comments
 (0)