From 36dde7401652f7ef6cc1c1b1490fe54e26565c77 Mon Sep 17 00:00:00 2001 From: Jens Halm Date: Fri, 22 Nov 2013 17:32:16 +0100 Subject: [PATCH] fix links to API --- docs/customizing-laika/parsing-rendering.md | 4 ++-- docs/extending-laika/directive.md | 2 +- docs/extending-laika/parser.md | 4 ++-- docs/introduction/intro.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/customizing-laika/parsing-rendering.md b/docs/customizing-laika/parsing-rendering.md index f8deb89a1..5e65262f9 100644 --- a/docs/customizing-laika/parsing-rendering.md +++ b/docs/customizing-laika/parsing-rendering.md @@ -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 diff --git a/docs/extending-laika/directive.md b/docs/extending-laika/directive.md index 84251086e..56072b9eb 100644 --- a/docs/extending-laika/directive.md +++ b/docs/extending-laika/directive.md @@ -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 diff --git a/docs/extending-laika/parser.md b/docs/extending-laika/parser.md index 0a587495d..bfd808bb4 100644 --- a/docs/extending-laika/parser.md +++ b/docs/extending-laika/parser.md @@ -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 @@ -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 diff --git a/docs/introduction/intro.md b/docs/introduction/intro.md index f4005c32c..df63538ad 100644 --- a/docs/introduction/intro.md +++ b/docs/introduction/intro.md @@ -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