From e5a3222570723df57d24503f1b6f690846617de6 Mon Sep 17 00:00:00 2001 From: Ash Berlin Date: Mon, 28 Oct 2013 21:32:53 +0000 Subject: [PATCH] Fix broken link in readme (Closes #130) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68f4e77e..8dde3413 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,11 @@ echo 'Hello *World*!' | md2html ### More options If you want more control check out the documentation in -[lib/markdown.js] which details all the methods and parameters +[the .js files under src/][src_folder] which details all the methods and parameters available (including examples!). One day we'll get the docs generated and hosted somewhere for nicer browsing. -[lib/markdown.js]: https://github.com/evilstreak/markdown-js/blob/master/lib/markdown.js +[src_folder]: https://github.com/evilstreak/markdown-js/blob/master/src Meanwhile, here's an example of using the multi-step processing to make wiki-style linking work by filling in missing link references: