aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-11 19:43:13 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-11 19:43:13 -0700
commit6a5d7cfcbee3c57a27a8d3ec1d53438d2914090a (patch)
tree703212781683d1f5480c1169bb185e816aa3fa4f
parent01f5ffb018e2f21cbf6f0cfe51103371411afb27 (diff)
downloadpandoc-6a5d7cfcbee3c57a27a8d3ec1d53438d2914090a.tar.gz
Changed pandocfilters repository URL.
-rw-r--r--README2
-rw-r--r--changelog2
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.