We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217416b commit e466766Copy full SHA for e466766
README.md
@@ -63,7 +63,7 @@ const convertapi = new ConvertAPI('your-api-secret', { conversionTimeout: 60 });
63
### File conversion
64
65
Convert file to PDF example. All supported file formats and options can be found
66
-[here](https://www.convertapi.com).
+[here](https://www.convertapi.com/conversions).
67
68
```javascript
69
convertapi.convert('pdf', { File: '/path/to/my_file.docx' })
0 commit comments