Skip to content

Commit

Permalink
fix links to API
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Halm committed Nov 22, 2013
1 parent cc16c8e commit 36dde74
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/customizing-laika/parsing-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ This codec will then be used by `fromDirectory` and other methods
shown in the examples above.


[doc-scaladoc]: api/#laika.tree.Documents$
[elements-scaladoc]: api/#laika.tree.Elements$
[doc-scaladoc]: ../api/#laika.tree.Documents$
[elements-scaladoc]: ../api/#laika.tree.Elements$


The Render API
Expand Down
2 changes: 1 addition & 1 deletion docs/extending-laika/directive.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The following sections explain how to implement the tag
and then how to add it either to the Markdown or reStructuredText
parser or to the template parser.

[directive-api]: api/#laika.directive.StandardDirectives
[directive-api]: ../api/#laika.directive.StandardDirectives


### Directive Implementation
Expand Down
4 changes: 2 additions & 2 deletions docs/extending-laika/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ there will be edge cases where it is the other way round. To be really sure it's
to do some benchmarks first.


[markup-scaladoc]: api/#laika.parse.MarkupParsers
[markup-scaladoc]: ../api/#laika.parse.MarkupParsers


Trait InlineParsers
Expand Down Expand Up @@ -281,5 +281,5 @@ Like the other utility it allows to specify a few predicates. This method
is not used for parsing Markdown's indented blocks, though, as Markdown has
a very special way of treating whitespace.

[block-scaladoc]: api/#laika.parse.BlockParsers
[block-scaladoc]: ../api/#laika.parse.BlockParsers

2 changes: 1 addition & 1 deletion docs/introduction/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ is included in the repository inside the `docs` folder.

[Web Tool]: http://www.planet42.org/laika/webtool
[GitHub]: https://github.com/planet42/Laika
[API]: api/
[API]: ../api/
[Twitter]: https://twitter.com/_planet42
[Issues]: https://github.com/planet42/Laika/issues
[Stackoverflow]: http://stackoverflow.com/questions/ask?tags=scala%2claika
Expand Down

0 comments on commit 36dde74

Please sign in to comment.