Fixed broken links in documentation.

This commit is contained in:
Jonathan Bernard 2013-08-13 12:15:12 -05:00
parent 31cf009598
commit caf96db6c4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import com.jdblabs.jlp.ast.SourceFile;
* be an abstract class implementing methods that take additional input for * be an abstract class implementing methods that take additional input for
* convenience. * convenience.
* *
* [`SourceFile`]: jlp://jlp.jdb-labs.com/SourceFile * [`SourceFile`]: jlp://jlp.jdb-labs.com/ast/SourceFile
* *
* @org jlp.jdb-labs.com/JLPParser * @org jlp.jdb-labs.com/JLPParser
*/ */

View File

@ -217,7 +217,7 @@ public class LiterateMarkdownGenerator extends JLPBaseGenerator {
/// Close the table row. /// Close the table row.
sb.append('</tr>') } sb.append('</tr>') }
/** @api Emit a [`DocBlock`](jlp://jlp/jdb-labs.com/ast/DocBlock). */ /** @api Emit a [`DocBlock`](jlp://jlp.jdb-labs.com/ast/DocBlock). */
protected String emit(DocBlock docBlock) { protected String emit(DocBlock docBlock) {
/// Create a queue for the doc block elements, we are going to /// Create a queue for the doc block elements, we are going to
/// sort them by type and line number /// sort them by type and line number