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 49b024c commit e29e650Copy full SHA for e29e650
README.md
@@ -36,7 +36,7 @@ Config.setDefaultSecret("your-api-secret");
36
### File conversion
37
38
Example to convert DOCX file to PDF. All supported formats and options can be found
39
-[here](https://www.convertapi.com).
+[here](https://www.convertapi.com/conversions).
40
41
```java
42
CompletableFuture<ConversionResult> result = ConvertApi.convert("docx", "pdf", new Param("file", Paths.get("test.docx")));
0 commit comments