From 381066664603198df1f74be613fb5fde8102d109 Mon Sep 17 00:00:00 2001 From: Luke <47612057+skve@users.noreply.github.com> Date: Fri, 20 Jan 2023 07:38:16 -0500 Subject: [PATCH] Fix link to `actix-web` example in Book (#1139) --- book/src/servers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/servers/index.md b/book/src/servers/index.md index c60eab02..a2ca6d6c 100644 --- a/book/src/servers/index.md +++ b/book/src/servers/index.md @@ -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)