diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2018-01-22 15:43:48 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2018-01-22 15:43:48 +0300 |
commit | b818623d42402027236d04a3300956f3ad3f1295 (patch) | |
tree | 75df855a16de31c3543693cf56469daddc81b5e5 /doc | |
parent | 848a3fd528dfe6ffafbaa59bf5f431c62ec3260a (diff) | |
download | pandoc-b818623d42402027236d04a3300956f3ad3f1295.tar.gz |
Fix Text.Pandoc.Builder link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/using-the-pandoc-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md index a09cc81aa..8527f6373 100644 --- a/doc/using-the-pandoc-api.md +++ b/doc/using-the-pandoc-api.md @@ -454,7 +454,7 @@ structure and calling this function. [Text.Pandoc.Class]: https://hackage.haskell.org/package/pandoc/docs/Text-Pandoc-Class.html [Text.Pandoc.Options]: https://hackage.haskell.org/package/pandoc/docs/Text-Pandoc-Options.html [Text.Pandoc.Extensions]: https://hackage.haskell.org/package/pandoc/docs/Text-Pandoc-Extensions.html -[Text.Pandoc.Builder]: https://hackage.haskell.org/package/pandoc-types/docs/Text-Pandoc-Definition.html +[Text.Pandoc.Builder]: https://hackage.haskell.org/package/pandoc-types/docs/Text-Pandoc-Builder.html [Text.Pandoc.Templates]: https://hackage.haskell.org/package/pandoc/docs/Text-Pandoc-Templates.html [Text.Pandoc.Logging]: https://hackage.haskell.org/package/pandoc/docs/Text-Pandoc-Logging.html [Text.Pandoc.App]: https://hackage.haskell.org/package/pandoc/docs/Text-Pandoc-App.html |