From c5fca6ddcd94470523a983a7e902ff8af0064248 Mon Sep 17 00:00:00 2001 From: kkdamowang Date: Mon, 25 Dec 2023 22:31:18 +0800 Subject: [PATCH] fix: community example link to salvo (#824) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2ad4e8..c09ff4ba 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ web framework which supports decorating functions with macros similarly to the * ### Community examples - **[graphul](https://github.com/graphul-rs/graphul/tree/main/examples/utoipa-swagger-ui)** -- **[salvo](https://github.com/salvo-rs/salvo/tree/main/examples/todos-openapi)** +- **[salvo](https://github.com/salvo-rs/salvo/tree/main/examples/todos-utoipa)** - **[viz](https://github.com/viz-rs/viz/tree/main/examples/routing/openapi)** - **[ntex](https://github.com/leon3s/ntex-rest-api-example)**