Skip to content

Commit

Permalink
Fix Prawn docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
ocarreterom authored Mar 5, 2024
1 parent 3b94102 commit 4f064f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If not set, it will fall back to Prawn's default behavior.

`details` and `line_items` allow inline formatting with Prawn. This allows you to use HTML tags to format text: `<b>` `<i>` `<u>` `<strikethrough>` `<sub>` `<sup>` `<font>` `<color>` `<link>`

See [the Prawn docs](https://prawnpdf.org/api-docs/2.3.0/Prawn/Text.html#text-instance_method) for more information.
See [the Prawn docs](https://prawnpdf.org/docs/prawn/2.5.0/Prawn/Text.html#text-instance_method) for more information.

#### Page Size

Expand Down

0 comments on commit 4f064f2

Please sign in to comment.