Explorar el Código

point to support page instead of issues

Ashish Kulkarni hace 5 años
padre
commit
0924bb35da
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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();
 }