From 24c906d4170d70ecba991f6f5748cdba139f820c Mon Sep 17 00:00:00 2001 From: Ambro Date: Thu, 30 May 2019 16:45:52 -0300 Subject: [PATCH] Fix internal link on docs --- docs/types/scalars.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/scalars.rst b/docs/types/scalars.rst index b4552cfb..acbd534b 100644 --- a/docs/types/scalars.rst +++ b/docs/types/scalars.rst @@ -13,7 +13,7 @@ All Scalar types accept the following arguments. All are optional: ``required``: *boolean* - If ``True``, the server will enforce a value for this field. See `NonNull <./list-and-nonnull.html#nonnull>`_. Default is ``False``. + If ``True``, the server will enforce a value for this field. See `NonNull <../list-and-nonnull.html#nonnull>`_. Default is ``False``. ``deprecation_reason``: *string*