Skip to content

Commit

Permalink
Fix example url
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas-convertapi committed Jul 4, 2020
1 parent fda02aa commit d723e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/alternative_converter.js
Expand Up @@ -4,7 +4,7 @@
var convertapi = require('../lib')(process.env.CONVERT_API_SECRET);

// Example of saving Word docx to PDF using OpenOffice converter
// https://www.convertapi.com/doc-to-pdf/openofficetopdf
// https://www.convertapi.com/doc-to-pdf/openoffice

var dir = require('os').tmpdir();
var upload = convertapi.upload('./examples/files/test.docx');
Expand Down

0 comments on commit d723e2a

Please sign in to comment.