Skip to content

Commit

Permalink
Javadocs: update a link in Overview.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 22, 2020
1 parent 8f16cc2 commit 59d64f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>Example with DOM4J</h3>
XHTMLDocument document = (XHTMLDocument) builder.parse(source);
</pre>
<p>Or use a SAX parser to parse an XML document into a css4j-dom4j tree, with
<a href="https://css4j.github.io/api/2.0/io/sf/carte/doc/dom/XMLDocumentBuilder.html"><code>XMLDocumentBuilder</code></a>
<a href="https://css4j.github.io/api/3/io/sf/carte/doc/dom/XMLDocumentBuilder.html"><code>XMLDocumentBuilder</code></a>
instead of dom4j's <a href="https://dom4j.github.io/javadoc/2.1.1/org/dom4j/io/SAXReader.html"><code>SAXReader</code></a>:</p>
<pre style="padding: 0.8em;background-color: #f8f5e1">
XHTMLDocumentFactory factory = XHTMLDocumentFactory.getInstance();
Expand Down

0 comments on commit 59d64f9

Please sign in to comment.