From 6a5d7cfcbee3c57a27a8d3ec1d53438d2914090a Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Wed, 11 Sep 2013 19:43:13 -0700
Subject: [PATCH] Changed pandocfilters repository URL.

---
 README    | 2 +-
 changelog | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index ddc2697be..0a9d8593f 100644
--- a/README
+++ b/README
@@ -278,7 +278,7 @@ Reader options
     Filters may be written in any language.  `Text.Pandoc.JSON`
     exports `toJSONFilter` to facilitate writing filters in Haskell.
     Those who would prefer to write filters in python can use the
-    module `pandoc.py`:  see <http://github.com/jgm/pandoc-filters-python>
+    module `pandoc.py`:  see <http://github.com/jgm/pandocfilters>
     for the module and several examples.  Note that the *EXECUTABLE*
     will be sought in the user's `PATH`, and not in the working directory,
     if no directory is provided.  If you want to run a script in the
diff --git a/changelog b/changelog
index 6a6d258a4..f2742664c 100644
--- a/changelog
+++ b/changelog
@@ -44,7 +44,7 @@
     (Pandoc AST transformations that operate on JSON serializations).
     Filters are always passed the name of the output format, so their
     behavior can be tailored to it.  The repository
-    <https://github.com/jgm/pandoc-filters-python> contains
+    <https://github.com/jgm/pandocfilters> contains
     a python module for writing pandoc filters in python, with
     a number of examples.