sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 217 forks source link

readme contains broken links to decodified.com #107

Closed kontrafiktion closed 11 years ago

kontrafiktion commented 11 years ago

readme.markdown contains broken links to decodified.com

[PegDownProcessor]: http://www.decodified.com/pegdown/api/org/pegdown/PegDownProcessor.html
[LinkRenderer]: http://www.decodified.com/pegdown/api/org/pegdown/LinkRenderer.html
[Visitor]: http://www.decodified.com/pegdown/api/org/pegdown/ast/Visitor.html

[Node]: http://www.decodified.com/pegdown/api/org/pegdown/ast/Node.html
sirthias commented 11 years ago

Thanks for reporting. Fixed as of 1 min ago.