Fix documentation links

This commit is contained in:
Koxiaet 2020-10-17 15:27:03 +01:00
parent 5a8e75c1df
commit 10d182332c
5 changed files with 6 additions and 7 deletions

View File

@ -86,8 +86,8 @@ members = [
"parser",
"derive",
"integrations/actix-web",
"integrations/warp",
"integrations/tide",
"integrations/rocket",
"integrations/tide",
"integrations/warp",
"benchmark",
]

View File

@ -41,6 +41,6 @@ they must all internally use the below functions.
## Integration Status
- Actix-web: Complete integration.
- Rocket: Missing websocket support.
- Rocket: Missing websocket support (blocked on [support in Rocket itself](https://github.com/SergioBenitez/Rocket/issues/90)).
- Tide: Missing websocket support (blocked on [support in Tide itself](https://github.com/http-rs/tide/issues/67)).
- Warp: Complete integration.

View File

@ -6,7 +6,7 @@ edition = "2018"
description = "async-graphql for actix-web"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
documentation = "https://docs.rs/async-graphql-actix-web/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]

View File

@ -6,7 +6,7 @@ edition = "2018"
description = "async-graphql for tide"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
documentation = "https://docs.rs/async-graphql-tide/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]

View File

@ -4,9 +4,8 @@ version = "2.0.4"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "async-graphql for warp"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
documentation = "https://docs.rs/async-graphql-warp/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]