Skip to content

Commit a66172f

Browse files
author
Milo Cesar
authored
Update export-formats.md
Fixed wrong link to pdf export information of PhpSpreadsheet Documentation (develop branch does not seem to have documentation)
1 parent 0b15b7f commit a66172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.1/exports/export-formats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ return (new InvoicesExport)->download('invoices.html', \Maatwebsite\Excel\Excel:
5050
```
5151

5252
::: warning Exporting to PDF
53-
If you'd like to export to PDF, you must now install a PDF rendering library yourself. Please refer to the [PhpSpreadsheet Documentation](https://phpspreadsheet.readthedocs.io/en/develop/topics/reading-and-writing-to-file/#pdf) for more information.
53+
If you'd like to export to PDF, you must now install a PDF rendering library yourself. Please refer to the [PhpSpreadsheet Documentation](https://phpspreadsheet.readthedocs.io/en/latest/topics/reading-and-writing-to-file/#pdf) for more information.
5454
:::
5555

5656
## MPDF

0 commit comments

Comments
 (0)