From 5c5c94b8a95c947e8a6f2144d32eb73fbb6cc1a2 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Thu, 21 Oct 2021 09:41:23 -0400 Subject: [PATCH] Fix link to genqlient.yaml from FAQ.md (#140) --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 05aeb4f..5fd511d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -94,7 +94,7 @@ bindings: type: int32 ``` -Or, you can bind it to any other type, perhaps one with size-checked constructors; see the [`genqlient.yaml` documentation](`genqlient.yaml`) for more details. +Or, you can bind it to any other type, perhaps one with size-checked constructors; see the [`genqlient.yaml` documentation](genqlient.yaml) for more details. ### … let me json-marshal my response objects