From 3a8e0e0ae00f70c2316553cb9b6657dc73554290 Mon Sep 17 00:00:00 2001 From: Ejez <48388358+ejez@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:06:01 +0300 Subject: [PATCH] Include full link (#379) Include the full link to ensure it is always accessible, whether from github, doc.rs or elsewhere. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5e1b2107..59e6ee63 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -28,7 +28,7 @@ //! //! ## Documentation //! -//! * [Feature Comparison](feature-comparison.md) +//! * [Feature Comparison](https://github.com/async-graphql/async-graphql/blob/master/feature-comparison.md) //! * [Book](https://async-graphql.github.io/async-graphql/en/index.html) //! * [中文文档](https://async-graphql.github.io/async-graphql/zh-CN/index.html) //! * [Docs](https://docs.rs/async-graphql)