From 0a5d6a6ced2ed75d35876a26ce8504d8032bef85 Mon Sep 17 00:00:00 2001 From: Manish R Jain <manishrjain@gmail.com> Date: Mon, 21 Mar 2016 10:33:38 +1100 Subject: [PATCH] Fix link to queries and mutations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 031a65f4..13a336c2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ when you encounter bugs and to direct the development of DGraph. There's an instance of DGraph running at http://dgraph.xyz, that you can query without installing DGraph. This instance contains 21M facts from [Freebase Film Data](http://www.freebase.com/film). -See the [query section below](#querying) for a sample query. +See [Queries and Mutations below](#queries-and-mutations) for sample queries. `curl dgraph.xyz/query -XPOST -d '{}'` -- GitLab