diff --git a/docs/book/content/servers/index.md b/docs/book/content/servers/index.md index aafc6b8c..c60eab02 100644 --- a/docs/book/content/servers/index.md +++ b/docs/book/content/servers/index.md @@ -7,7 +7,6 @@ To actually get a server up and running, there are multiple official and third-party integration crates that will get you there. - [Official Server Integrations](official.md) - - [Hyper](hyper.md) - [Warp](warp.md) - [Rocket](rocket.md) - [Iron](iron.md) diff --git a/docs/book/content/servers/official.md b/docs/book/content/servers/official.md index 990892f7..d5e2878a 100644 --- a/docs/book/content/servers/official.md +++ b/docs/book/content/servers/official.md @@ -3,7 +3,7 @@ Juniper provides official integration crates for several popular Rust server libraries. -- [Hyper](hyper.md) - [Warp](warp.md) - [Rocket](rocket.md) - [Iron](iron.md) +- [Hyper](hyper.md)