Skip to content

Commit bb25352

Browse files
Update drawings.md (SpartnerNL#157)
* Update drawings.md * Update drawings.md --------- Co-authored-by: Patrick Brouwers <[email protected]>
1 parent 0efd670 commit bb25352

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

3.1/exports/drawings.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $drawing->setPath(public_path('/img/logo.jpg'));
1515
$drawing->setHeight(90);
1616
```
1717

18-
You can view all available properties for Drawing on the [PhpSpreadsheet docs](https://phpoffice.github.io/PhpSpreadsheet/master/PhpOffice/PhpSpreadsheet/Worksheet/Drawing.html).
18+
You can view all available properties for Drawing on the [PhpSpreadsheet docs](https://phpspreadsheet.readthedocs.io/en/latest/topics/recipes/#add-a-drawing-to-a-worksheet).
1919

2020
## Adding a single drawing
2121
When you've instantiated the drawing, you can add the `WithDrawings` concern to your export class. Return the Drawing instance in the `drawings` method.
@@ -107,4 +107,5 @@ class InvoicesExport implements WithDrawings
107107
return $drawing;
108108
}
109109
}
110-
```
110+
```
111+

0 commit comments

Comments
 (0)