Fix link to actix-web example in Book (#1139)

This commit is contained in:
Luke 2023-01-20 07:38:16 -05:00 committed by GitHub
parent 6aa6385437
commit 3810666646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,6 @@ third-party integration crates that will get you there.
- [Iron](iron.md)
- [Hyper](hyper.md)
- [Third Party Integrations](third-party.md)
- [Actix-Web](https://github.com/actix/examples/tree/master/juniper)
- [Actix-Web](https://github.com/actix/examples/tree/master/graphql/juniper)
- [Finchers](https://github.com/finchers-rs/finchers-juniper)
- [Tsukuyomi](https://github.com/tsukuyomi-rs/tsukuyomi/tree/master/examples/juniper)