Browse Source

update dead link to example page to QString docs

Destan Sarpkaya 8 years ago
parent
commit
f31f7f04af
1 changed files with 1 additions and 1 deletions
  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);