Skip to content

Commit a49d744

Browse files
johnthagentomchristie
authored andcommitted
Fix OpenAPI links (#6382)
1 parent 0860ef9 commit a49d744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-guide/schemas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ has to be rendered into the actual bytes that are used in the response.
112112
REST framework includes a few different renderers that you can use for
113113
encoding the API schema.
114114

115-
* `renderers.OpenAPIRenderer` - Renders into YAML-based [OpenAPI][openapi], the most widely used API schema format.
116-
* `renderers.JSONOpenAPIRenderer` - Renders into JSON-based [OpenAPI][openapi].
115+
* `renderers.OpenAPIRenderer` - Renders into YAML-based [OpenAPI][open-api], the most widely used API schema format.
116+
* `renderers.JSONOpenAPIRenderer` - Renders into JSON-based [OpenAPI][open-api].
117117
* `renderers.CoreJSONRenderer` - Renders into [Core JSON][corejson], a format designed for
118118
use with the `coreapi` client library.
119119

0 commit comments

Comments
 (0)