There was an error while loading. Please reload this page.
1 parent 0860ef9 commit a49d744Copy full SHA for a49d744
1 file changed
docs/api-guide/schemas.md
@@ -112,8 +112,8 @@ has to be rendered into the actual bytes that are used in the response.
112
REST framework includes a few different renderers that you can use for
113
encoding the API schema.
114
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].
+* `renderers.OpenAPIRenderer` - Renders into YAML-based [OpenAPI][open-api], the most widely used API schema format.
+* `renderers.JSONOpenAPIRenderer` - Renders into JSON-based [OpenAPI][open-api].
117
* `renderers.CoreJSONRenderer` - Renders into [Core JSON][corejson], a format designed for
118
use with the `coreapi` client library.
119
0 commit comments