From 9e849fe5122021af285e9cfd6e526123e0ad15f6 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Mon, 22 Jul 2019 21:27:00 +0200 Subject: [PATCH] Fix broken doc link. Closes #400 --- juniper/src/macros/object.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/src/macros/object.rs b/juniper/src/macros/object.rs index 7d6733e8..60fc2b92 100644 --- a/juniper/src/macros/object.rs +++ b/juniper/src/macros/object.rs @@ -2,7 +2,7 @@ ## DEPRECATION WARNING The `graphql_object!` macro is deprecated and will be removed soon. -Use the new[object](https://docs.rs/juniper/latest/juniper/macro.object.html) macro instead. +Use the new [object proc macro](https://docs.rs/juniper_codegen/latest/juniper_codegen/attr.object.html) instead. Expose GraphQL objects