Skip to content

Commit 11ac030

Browse files
authored
Fix examples links (#297)
1 parent ac115fb commit 11ac030

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ The library is still under development; do not use in production.
3030

3131
## Examples
3232

33-
- [HTTP](./examples/examples/http.rs)
34-
- [WebSocket](./examples/examples/ws.rs)
35-
- [WebSocket pubsub](./examples/examples/ws_subscription.rs)
36-
- [API generation with proc macro](./examples/examples/proc_macro.rs)
33+
- [HTTP](./examples/http.rs)
34+
- [WebSocket](./examples/ws.rs)
35+
- [WebSocket pubsub](./examples/ws_subscription.rs)
36+
- [API generation with proc macro](./examples/proc_macro.rs)
3737

3838
## Roadmap
3939

0 commit comments

Comments
 (0)