Fix UmlGraph link in site example

This fixes a link to umlgraph dot org in the site examples
that now leads to an SEO farm.
diff --git a/src/site/apt/examples/alternate-doclet.apt.vm b/src/site/apt/examples/alternate-doclet.apt.vm
index be1f798..72bfeda 100644
--- a/src/site/apt/examples/alternate-doclet.apt.vm
+++ b/src/site/apt/examples/alternate-doclet.apt.vm
@@ -31,7 +31,7 @@
 
  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.