aboutsummaryrefslogtreecommitdiff
path: root/changelog
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 /changelog
parent01f5ffb018e2f21cbf6f0cfe51103371411afb27 (diff)
downloadpandoc-6a5d7cfcbee3c57a27a8d3ec1d53438d2914090a.tar.gz
Changed pandocfilters repository URL.
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 1 insertions, 1 deletions
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.