Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/apt/examples/alternate-doclet.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Using Alternate Doclet

To generate output from an alternate doclet, add configuration similar to the following to your POM.

In this example, the doclet is UmlGraph ({{http://www.umlgraph.org/}}). UmlGraph allows the declarative specification
In this example, the doclet is UmlGraph ({{https://www.spinellis.gr/umlgraph/}}). UmlGraph allows the declarative specification
and drawing of UML class and sequence diagrams.

<<Note about UmlGraph>>: You must have the Graphviz binary in your PATH, or the images will not be generated.
Expand Down