diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-30 13:25:29 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-30 13:26:36 -0400 |
| commit | a9a1da4de6cd44f28fd02845b0b9db7bb3f03230 (patch) | |
| tree | 7cb836e3b5e812404f8243ac60fa8d32adf5a8c6 | |
| parent | fc279ed29841c3bdabe99b45881373e42187d82a (diff) | |
[1.8.x] Fixed #25199 -- Fixed dead link to HTMLdoc.
Backport of e176de25127a2750ea1c6a705b2c0983b5782b41 from master
| -rw-r--r-- | docs/howto/outputting-pdf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/outputting-pdf.txt b/docs/howto/outputting-pdf.txt index 31ed83fa84..7bcd5ccdd4 100644 --- a/docs/howto/outputting-pdf.txt +++ b/docs/howto/outputting-pdf.txt @@ -155,7 +155,7 @@ Further resources .. _PDFlib: http://www.pdflib.org/ .. _`Pisa XHTML2PDF`: http://www.xhtml2pdf.com/ -.. _HTMLdoc: http://www.htmldoc.org/ +.. _HTMLdoc: https://www.msweet.org/projects.php?Z1 Other formats ============= |
