Skip to content

Commit 7b0f949

Browse files
authored
Update API.md
1 parent 877f98a commit 7b0f949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,6 @@ if (outputResult.status === 0) {
354354
355355
Many advanced fields appear in the `pdfDocument` JSON (fonts, xobjects, layers, color definitions, etc.).
356356
For most basic use cases, you only need to manipulate the top-level `pages`, or embed images/fonts. If you need
357-
to dig deeper, the datastructures are documented in the (/STRUCTS.md)[/STRUCTS.md] file.
357+
to dig deeper, the datastructures are documented in the [/STRUCTS.md](/STRUCTS.md) file.
358358
359359
Enjoy creating, parsing, and manipulating PDFs with `printpdf.js`!

0 commit comments

Comments
 (0)