Skip to content

Commit

Permalink
Update link in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Apr 18, 2016
1 parent 68309b0 commit 9959273
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 43 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Accepts a list of functions that should return stream classes to be injected into the transformation pipeline.

The [highlight](https://github.com/mkdoc/mktransform/blob/master/highlight.js) transform implementation serves as a good example; it highlights code blocks with info strings and rewrites the document stream.
The [highlight][mkhighlight] transform implementation serves as a good example; it highlights code blocks with info strings and rewrites the document stream.

## Install

Expand Down Expand Up @@ -167,7 +167,7 @@ Options
-h, --help Display help and exit
--version Print the version and exit
mktransform@1.0.4
mktransform@1.0.5
```

## API
Expand Down Expand Up @@ -237,6 +237,7 @@ Created by [mkdoc](https://github.com/mkdoc/mkdoc) on April 18, 2016

[mkdoc]: https://github.com/mkdoc/mkdoc
[mkast]: https://github.com/mkdoc/mkast
[mkhighlight]: https://github.com/mkdoc/mkhighlight
[through]: https://github.com/tmpfs/through3
[commonmark]: http://commonmark.org
[jshint]: http://jshint.com
Expand Down
2 changes: 1 addition & 1 deletion doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Accepts a list of functions that should return stream classes to be injected into the transformation pipeline.

The [highlight](/highlight.js) transform implementation serves as a good example; it highlights code blocks with info strings and rewrites the document stream.
The [highlight][mkhighlight] transform implementation serves as a good example; it highlights code blocks with info strings and rewrites the document stream.

<? @include {=readme} install.md ?>

Expand Down
1 change: 1 addition & 0 deletions doc/readme/links.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[mkdoc]: https://github.com/mkdoc/mkdoc
[mkast]: https://github.com/mkdoc/mkast
[mkhighlight]: https://github.com/mkdoc/mkhighlight
[through]: https://github.com/tmpfs/through3
[commonmark]: http://commonmark.org
[jshint]: http://jshint.com
Expand Down
40 changes: 0 additions & 40 deletions flat.js

This file was deleted.

0 comments on commit 9959273

Please sign in to comment.