Skip to content

Commit e29e650

Browse files
authored
Update README.md
1 parent 49b024c commit e29e650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Config.setDefaultSecret("your-api-secret");
3636
### File conversion
3737

3838
Example to convert DOCX file to PDF. All supported formats and options can be found
39-
[here](https://www.convertapi.com).
39+
[here](https://www.convertapi.com/conversions).
4040

4141
```java
4242
CompletableFuture<ConversionResult> result = ConvertApi.convert("docx", "pdf", new Param("file", Paths.get("test.docx")));

0 commit comments

Comments
 (0)