Преглед изворни кода

update dead link to example page to QString docs

Destan Sarpkaya пре 8 година
родитељ
комит
f31f7f04af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/pdf_c_api.c

+ 1 - 1
examples/pdf_c_api.c

@@ -72,7 +72,7 @@ int main() {
 	 */
 	os = wkhtmltopdf_create_object_settings();
 	/* We want to convert to convert the qstring documentation page */
-	wkhtmltopdf_set_object_setting(os, "page", "http://doc.trolltech.com/4.6/qstring.html");
+	wkhtmltopdf_set_object_setting(os, "page", "http://doc.qt.io/qt-5/qstring.html");
 
 	/* Create the actual converter object used to convert the pages */
 	c = wkhtmltopdf_create_converter(gs);