Skip to content

Commit

Permalink
Fix broken link in readme (Closes evilstreak#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed Oct 28, 2013
1 parent 0947034 commit e5a3222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e5a3222

Please sign in to comment.