Skip to content

Commit e655000

Browse files
committed
Links fx
1 parent 7ab3a59 commit e655000

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ Check documentation to see more details about the features. All documentation is
4040

4141
## Integrations compatibility matrix
4242

43-
Supported [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations.html) and it's versions:
44-
45-
| Integration | Version(s) |
46-
| --- | --- |
47-
| AIOHTTP | versions 3.8+ and 3.11+ tracks |
48-
| Django | versions 4 and 5 |
49-
| Falcon | version 4 |
50-
| FastAPI | versions 0.11x and 0.12x |
51-
| Flask | versions 2 and 3 |
52-
| Requests | default dependency set |
53-
| Starlette | versions 0.4x and 0.5x |
54-
| Werkzeug | default dependency set |
43+
Supported [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations/) and it's versions:
44+
45+
| Integration | Version(s) | Documentation |
46+
| --- | --- | --- |
47+
| [AIOHTTP](https://openapi-core.readthedocs.io/en/latest/integrations/aiohttp/) | versions 3.8+ and 3.11+ tracks |
48+
| [Django](https://openapi-core.readthedocs.io/en/latest/integrations/django/) | versions 4 and 5 |
49+
| [Falcon](https://openapi-core.readthedocs.io/en/latest/integrations/falcon/) | version 4 |
50+
| [FastAPI](https://openapi-core.readthedocs.io/en/latest/integrations/fastapi/) | versions 0.11x and 0.12x |
51+
| [Flask](https://openapi-core.readthedocs.io/en/latest/integrations/flask/) | versions 2 and 3 |
52+
| [Requests](https://openapi-core.readthedocs.io/en/latest/integrations/requests/) | default dependency set |
53+
| [Starlette](https://openapi-core.readthedocs.io/en/latest/integrations/starlette/) | versions 0.4x and 0.5x |
54+
| [Werkzeug](https://openapi-core.readthedocs.io/en/latest/integrations/werkzeug/) | default dependency set |
5555

5656
## Installation
5757

@@ -99,11 +99,11 @@ body = result.body
9999
security = result.security
100100
```
101101

102-
The request object should implement the OpenAPI Request protocol. Check [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations.html) to find officially supported implementations.
102+
The request object should implement the OpenAPI Request protocol. Check [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations/) to find officially supported implementations.
103103

104-
For more details read about the [Unmarshalling](https://openapi-core.readthedocs.io/en/latest/unmarshalling.html) process.
104+
For more details read about the [Unmarshalling](https://openapi-core.readthedocs.io/en/latest/unmarshalling/) process.
105105

106-
If you just want to validate your request/response data without unmarshalling, read about [Validation](https://openapi-core.readthedocs.io/en/latest/validation.html) instead.
106+
If you just want to validate your request/response data without unmarshalling, read about [Validation](https://openapi-core.readthedocs.io/en/latest/validation/) instead.
107107

108108

109109
## Related projects

0 commit comments

Comments
 (0)