From 143c01dbd65af73d5630be8ea818850e9b59a9d4 Mon Sep 17 00:00:00 2001
From: Joey <joseph.e.gonzalez@gmail.com>
Date: Mon, 11 Nov 2013 19:37:16 -0800
Subject: [PATCH] Update README.md

Changing image references to master branch.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7790139c8f..5b06d82225 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ the challenges of graph construction and transformation and provide
 limited fault-tolerance and support for interactive analysis.
 
 <p align="center">
-  <img src="https://raw.github.com/jegonzal/graphx/Documentation/docs/img/data_parallel_vs_graph_parallel.png" />
+  <img src="https://raw.github.com/amplab/graphx/master/docs/img/data_parallel_vs_graph_parallel.png" />
 </p>
 
 
@@ -47,7 +47,7 @@ Finally, by exploiting the Scala foundation of Spark, we enable users
 to interactively load, transform, and compute on massive graphs.
 
 <p align="center">
-  <img src="https://raw.github.com/jegonzal/graphx/Documentation/docs/img/tables_and_graphs.png" />
+  <img src="https://raw.github.com/amplab/graphx/master/docs/img/tables_and_graphs.png" />
 </p>
 
 ## Examples
-- 
GitLab