Skip to content

Commit

Permalink
fix link in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Nov 2, 2024
1 parent afa6f17 commit a636365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* <p>All classes in this package are intended for ease-of-use, with no customization
* required. To render a document quickly, use {@link org.xhtmlrenderer.simple.XHTMLPanel}--just instantiate
* the panel, add it to a scroll pane or {@link org.xhtmlrenderer.simple.FSScrollPane}, and call
* {@link org.xhtmlrenderer.simple.XHTMLPanel#setDocument(Document)}. You can render from a {@link org.w3c.dom.Document},
* {@link org.xhtmlrenderer.simple.XHTMLPanel#setDocument(org.w3c.dom.Document)}. You can render from a {@link org.w3c.dom.Document},
* from a {@link java.net.URL}, from a file, and from an {@link java.io.InputStream}.</p>
* <p>The {@link org.xhtmlrenderer.simple.Graphics2DRenderer} allows you to render XHTML right to image files--
* without displaying them onscreen at all. You can use any XHTML/XML/CSS combination and
Expand Down

0 comments on commit a636365

Please sign in to comment.