From 60921aa692147c27154afe9552aff4d06d34efb0 Mon Sep 17 00:00:00 2001
From: Manish R Jain <manishrjain@gmail.com>
Date: Tue, 1 Dec 2015 13:00:26 +1100
Subject: [PATCH] Add link to Freebase Film

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e4fc58c4..de31aaca 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ Your feedback is welcome. Feel free to [file an issue](https://github.com/dgraph
 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. See the [query section below](#querying) for a sample query.
+This instance contains 21M facts from [Freebase Film Data](http://www.freebase.com/film).
+See the [query section below](#querying) for a sample query.
 `curl dgraph.xyz/query -XPOST -d '{}'`
 
 # Installation
-- 
GitLab