Changed pandocfilters repository URL.

This commit is contained in:
John MacFarlane 2013-09-11 19:43:13 -07:00
parent 01f5ffb018
commit 6a5d7cfcbe
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -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

View file

@ -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.