summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-06-01 00:23:34 -0400
committerMatthew Peveler <matt.peveler@gmail.com>2020-06-01 00:23:34 -0400
commit64c51f06d52d4af8b6d55d9f3711ae200d5ca9f1 (patch)
treeb6bbf09d78a7726bd716eed7237d027fe7ba02c2
parent461bec33fe9837dc6acc1e59d9101844f5e3b998 (diff)
downloadasciidoc-py3-64c51f06d52d4af8b6d55d9f3711ae200d5ca9f1.tar.gz
update links to epubcheck repository
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--doc/a2x.1.txt2
-rw-r--r--doc/publishing-ebooks-with-asciidoc.txt4
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)
======