From 0cb15de8a37dddafca602b00b21b8b5a4e4e50d7 Mon Sep 17 00:00:00 2001
From: Pawan Rawal <pawan0201@gmail.com>
Date: Tue, 26 Apr 2016 12:29:25 +0530
Subject: [PATCH] links in README now point to discourse

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 74902cc6..6ec316aa 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Got questions or issues? Talk to us [via discuss](https://discuss.dgraph.io).
 
 `Mar 2016 - Branch v0.2`
 This is the first truly distributed version of DGraph.
-Please see the [release notes here](https://github.com/dgraph-io/dgraph/wiki/DGraph-v0.2-Release).
+Please see the [release notes here](https://discuss.dgraph.io/t/dgraph-v0-2-release/17).
 
 `MVP launch - Dec 2015 - Branch v0.1`
 This is a minimum viable product, alpha release of DGraph. **It's not meant for production use.**
@@ -267,7 +267,7 @@ Consecutive runs of the same query took much lesser time (80 to 100ms), due to p
 ```
 
 ## Queries and Mutations
-You can see a list of [sample queries here](https://github.com/dgraph-io/dgraph/wiki/Test-Queries).
+You can see a list of [sample queries here](https://discuss.dgraph.io/t/list-of-test-queries/22).
 DGraph also supports mutations via GraphQL syntax.
 Because GraphQL mutations don't contain complete data, the mutation syntax uses [RDF NQuad format](https://www.w3.org/TR/n-quads/).
 ```
@@ -305,7 +305,7 @@ The query portion is executed after the mutation, so this would return `greg` as
 
 
 ## Contributing to DGraph
-- Please see [this wiki page](https://github.com/dgraph-io/dgraph/wiki/Contributing-to-DGraph) for guidelines on contributions.
+- Please see [this wiki page](https://discuss.dgraph.io/t/contributing-to-dgraph/20) for guidelines on contributions.
 
 ## Contact
 - Please use [discuss.dgraph.io](https://discuss.dgraph.io) for documentation, questions and discussions.
-- 
GitLab