From 551630bdfbca11dc0606d51941c2f5305aa2cd21 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 20 Oct 2015 14:27:19 -0500
Subject: [PATCH] Fix loopy link

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 1cfb01b0..7c6417bd 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,7 @@ It relies on
 * `numpy <http://pypi.python.org/pypi/numpy>`_ for arrays
 * `modepy <http://pypi.python.org/pypi/modepy>`_ for modes and nodes on simplices
 * `meshmode <http://pypi.python.org/pypi/meshmode>`_ for modes and nodes on simplices
-* `loopy <http://pypi.python.org/pypi/loopy>`_ for fast array operations
+* `loopy <http://pypi.python.org/pypi/loo.py>`_ for fast array operations
 * `leap <http://pypi.python.org/pypi/leap>`_ for time integration
 * `dagrt <http://pypi.python.org/pypi/dagrt>`_ as an execution runtime
 * `pytest <http://pypi.python.org/pypi/pytest>`_ for automated testing
-- 
GitLab