Explorar o código

point to support page instead of issues

Ashish Kulkarni %!s(int64=5) %!d(string=hai) anos
pai
achega
0924bb35da
Modificáronse 2 ficheiros con 2 adicións e 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();
 }