diff options
author | Matthew Peveler <matt.peveler@gmail.com> | 2020-06-01 00:23:34 -0400 |
---|---|---|
committer | Matthew Peveler <matt.peveler@gmail.com> | 2020-06-01 00:23:34 -0400 |
commit | 64c51f06d52d4af8b6d55d9f3711ae200d5ca9f1 (patch) | |
tree | b6bbf09d78a7726bd716eed7237d027fe7ba02c2 /doc | |
parent | 461bec33fe9837dc6acc1e59d9101844f5e3b998 (diff) | |
download | asciidoc-git-64c51f06d52d4af8b6d55d9f3711ae200d5ca9f1.tar.gz |
update links to epubcheck repository
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/a2x.1.txt | 2 | ||||
-rw-r--r-- | doc/publishing-ebooks-with-asciidoc.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/a2x.1.txt b/doc/a2x.1.txt index adc23db..1269241 100644 --- a/doc/a2x.1.txt +++ b/doc/a2x.1.txt @@ -292,7 +292,7 @@ REQUISITES - *Lynx* (text format -- alternative text file generator): http://lynx.isc.org/ - *epubcheck* (epub format -- EPUB file validator): - http://code.google.com/p/epubcheck/ + https://github.com/w3c/epubcheck See also the latest README file. diff --git a/doc/publishing-ebooks-with-asciidoc.txt b/doc/publishing-ebooks-with-asciidoc.txt index 9232c68..1b17ec6 100644 --- a/doc/publishing-ebooks-with-asciidoc.txt +++ b/doc/publishing-ebooks-with-asciidoc.txt @@ -86,7 +86,7 @@ AsciiDoc's 'a2x' toolchain wrapper command from the command-line: The `-f` option specifies the output format, the `-d` option specifies the document type (book, article or manpage). The optional `--epubcheck` option tells 'a2x' to validate the EPUB file using -http://code.google.com/p/epubcheck/[epubcheck]. To generate a PDF +https://github.com/w3c/epubcheck[epubcheck]. To generate a PDF version (`minimal-book.pdf`) with 'dblatex' run: a2x -fpdf -dbook minimal-book.txt @@ -118,7 +118,7 @@ prepackaged for your Linux distribution): - http://dblatex.sourceforge.net/[dblatex] (PDF file generator) - http://xmlgraphics.apache.org/fop/[FOP] (alternative PDF file generator) -- http://code.google.com/p/epubcheck/[epubcheck] (optional EPUB file +- https://github.com/w3c/epubcheck[epubcheck] (optional EPUB file validator) ====== |