Skip to content

Commit d51e9a7

Browse files
committed
add link to drf-spectacular integration docs to README.md
1 parent 2a78f41 commit d51e9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ DRF_STANDARDIZED_ERRORS = {"ENABLE_IN_DEBUG_FOR_UNHANDLED_EXCEPTIONS": True}
100100

101101
## Integration with DRF spectacular
102102
If you plan to use [drf-spectacular](https://github.com/tfranzel/drf-spectacular) to generate an OpenAPI 3 schema,
103-
install with `pip install drf-standardized-errors[openapi]`. After that, check the doc page for configuring the
104-
integration.
103+
install with `pip install drf-standardized-errors[openapi]`. After that, check the [doc page](https://drf-standardized-errors.readthedocs.io/en/latest/openapi.html)
104+
for configuring the integration.
105105

106106
## Links
107107

0 commit comments

Comments
 (0)