Browse Source

point to support page instead of issues

Ashish Kulkarni 5 years ago
parent
commit
0924bb35da
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/image/imagedocparts.cc
  2. 1 1
      src/pdf/pdfdocparts.cc

+ 1 - 1
src/image/imagedocparts.cc

@@ -66,7 +66,7 @@ void ImageCommandLineParser::outputContact(Outputter * o) const {
 	o->beginSection("Contact");
 	o->beginParagraph();
 	o->text("If you experience bugs or want to request new features please visit ");
-	o->link("https://github.com/wkhtmltopdf/wkhtmltopdf/issues");
+	o->link("https://wkhtmltopdf.org/support.html");
 	o->endParagraph();
 	o->endSection();
 }

+ 1 - 1
src/pdf/pdfdocparts.cc

@@ -291,7 +291,7 @@ void PdfCommandLineParser::outputContact(Outputter * o) const {
 	o->beginSection("Contact");
 	o->beginParagraph();
 	o->text("If you experience bugs or want to request new features please visit ");
-	o->link("https://github.com/wkhtmltopdf/wkhtmltopdf/issues");
+	o->link("https://wkhtmltopdf.org/support.html");
 	o->endParagraph();
 	o->endSection();
 }