Skip to content

Commit

Permalink
README.md - fixing link to uuid examples (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtumilowicz authored Apr 28, 2024
1 parent 1608ff7 commit cd59fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Example of generated documentation using Okapi:

## Examples
- [Json web API](examples/json-web-api): Simple example showing the basics of Okapi.
- [UUID](examples/uuid): Simple example showing basics, but using UUID's instead of
- [UUID](examples/uuid_usage): Simple example showing basics, but using UUID's instead of
normal `u32`/`u64` id's.
- [Custom Schema](examples/custom_schema): Shows how to add more/custom info to OpenAPI file
and merge multiple modules into one OpenAPI file.
Expand Down Expand Up @@ -197,4 +197,4 @@ All contributions to this project will be similarly licensed.
[Schemars]: https:/GREsau/schemars
[OpenAPI_3.0.0]: https://spec.openapis.org/oas/v3.0.0
[RapiDoc]: https://mrin9.github.io/RapiDoc/
[Swagger_UI]: https://swagger.io/tools/swagger-ui/
[Swagger_UI]: https://swagger.io/tools/swagger-ui/

0 comments on commit cd59fb6

Please sign in to comment.