Fix link in docs

This commit is contained in:
Devon Govett 2014-02-22 23:54:14 -08:00
parent 156c192da9
commit cdcc8e3fe5

View File

@ -83,8 +83,12 @@ doc.end()</code></pre>
# Write the PDF file to disk
doc.write &#39;output.pdf&#39;</code></pre>
<<<<<<< HEAD
<p><a href="http://pdfkit.org/example.pdf">The PDF output from this example</a> (with a few additions) shows the power of PDFKit — producing
>>>>>>> Add generated docs for Github pages
=======
<p><a href="http://pdfkit.org/demo/out.pdf">The PDF output from this example</a> (with a few additions) shows the power of PDFKit — producing
>>>>>>> Fix link in docs
complex documents with a very small amount of code. For more, see the <code>demo</code> folder and the
<a href="http://pdfkit.org/docs/getting_started.html">PDFKit programming guide</a>.</p>