diff --git a/Makefile b/Makefile
index 3226bdc..3fdccf6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION:=$(shell git describe --abbrev=6 HEAD | sed 's/R//;s/_/./;s/-/./;s/-.*$$
BALL_TAR_GZ=UMLGraph-$(VERSION).tar.gz
ZIPBALL=UMLGraph-$(VERSION).zip
DISTDIR=UMLGraph-$(VERSION)
-WEBDIR=$(UH)/dds/pubs/web/home/sw/umlgraph-mirror
+WEBDIR=$(UH)/dds/pubs/web/home/umlgraph
DOCLETSRCPATH=src/main/java/org/umlgraph/doclet
DOCLETSRC= \
$(DOCLETSRCPATH)/ClassGraph.java \
diff --git a/README.mediawiki b/README.mediawiki
index ecd836b..a26cb1f 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -3,8 +3,8 @@
''UMLGraph'' allows the declarative specification and drawing of
UML diagrams.
You can browse the system's documentation
-through [http://umlgraph.org/doc/index.html this link],
-or print it through [http://umlgraph.org/doc/indexw.html this link].
+through [http://spinellis.gr/umlgraph/doc/index.html this link],
+or print it through [http://spinellis.gr/umlgraph/doc/indexw.html this link].
To install the elements required to run ''UMLGraph'', simply copy
the contents of the ''lib'' directory to a location consistent with
@@ -16,8 +16,8 @@ To compile the Java doclet from the source code run ''ant'' on the
If you change the source code, you can run regression tests by
executing ''ant test''.
-Visit the project's [http://www.umlgraph.org home page] for more information.
+Visit the project's [http://www.spinellis.gr/umlgraph home page] for more information.
----
-Diomidis Spinellis - November 2005, August 2008, April 2012
+Diomidis Spinellis - November 2005, August 2008, April 2012, September 2016
diff --git a/README.txt b/README.txt
index f675266..ad3b91a 100644
--- a/README.txt
+++ b/README.txt
@@ -15,7 +15,7 @@ build.xml file.
If you change the source code, you can run regression tests by
executing "ant test".
-Project home page: http://www.umlgraph.org
+Project home page: http://www.spinellis.gr/umlgraph
GitHub page: git@github.com:dspinellis/UMLGraph.git
-Diomidis Spinellis - November 2005, August 2008, April 2012
+Diomidis Spinellis - November 2005, August 2008, April 2012, September 2016
diff --git a/doc/Makefile b/doc/Makefile
index 9dd11d0..2611a20 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -4,7 +4,7 @@
ROOT=/cygdrive/c
PIC2PLOT=pic2plot
GS=gs
-DESTDIR=/dds/pubs/web/home/sw/umlgraph-mirror
+DESTDIR=/dds/pubs/web/home/umlgraph
NOTETOOLS=/dds/pubs/Courses/tools
GIF := $(shell sed -n 's/.*UMLGraph
${version}Declarative Drawing of UML Diagrams
- http://www.umlgraph.org
+ http://www.spinellis.gr/umlgraph
diff --git a/pom.xml b/pom.xml
index 1e0e4d0..bbb7c9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
UMLGraph5.7.3-SNAPSHOTDeclarative Drawing of UML Diagrams
- http://www.umlgraph.org
+ http://www.spinellis.gr/umlgraph
diff --git a/src/main/java/org/umlgraph/doclet/ClassGraph.java b/src/main/java/org/umlgraph/doclet/ClassGraph.java
index f8a038c..aa5b02a 100644
--- a/src/main/java/org/umlgraph/doclet/ClassGraph.java
+++ b/src/main/java/org/umlgraph/doclet/ClassGraph.java
@@ -1143,7 +1143,7 @@ class ClassGraph {
"#\n" +
"# Class diagram \n" +
"# Generated by UMLGraph version " +
- Version.VERSION + " (http://www.umlgraph.org/)\n" +
+ Version.VERSION + " (http://www.spinellis.gr/umlgraph/)\n" +
"#\n\n" +
"digraph G {\n" +
"\tedge [fontname=\"" + opt.edgeFontName +
diff --git a/src/main/java/org/umlgraph/doclet/UmlGraphDoc.java b/src/main/java/org/umlgraph/doclet/UmlGraphDoc.java
index 5cef476..0f9a00f 100644
--- a/src/main/java/org/umlgraph/doclet/UmlGraphDoc.java
+++ b/src/main/java/org/umlgraph/doclet/UmlGraphDoc.java
@@ -222,7 +222,7 @@ public class UmlGraphDoc {
tag = String.format(EXPANDABLE_UML, tag, "Show UML class diagram", "Hide UML class diagram");
writer.write("");
+ " (http://www.spinellis.gr/umlgraph/) -->");
writer.newLine();
writer.write(tag);
writer.newLine();
diff --git a/src/main/java/org/umlgraph/doclet/Version.java b/src/main/java/org/umlgraph/doclet/Version.java
index 6759301..626e9f8 100644
--- a/src/main/java/org/umlgraph/doclet/Version.java
+++ b/src/main/java/org/umlgraph/doclet/Version.java
@@ -1,4 +1,4 @@
/* Automatically generated file */
package org.umlgraph.doclet;
-class Version { public static String VERSION = "R5_7_2-11-g86574a";}
+class Version { public static String VERSION = "R5_7_2-22-g58087c";}
\ No newline at end of file
diff --git a/testdata/dot-ref/ViewInterfaces.dot b/testdata/dot-ref/ViewInterfaces.dot
index c6f8f17..f7d2b69 100644
--- a/testdata/dot-ref/ViewInterfaces.dot
+++ b/testdata/dot-ref/ViewInterfaces.dot
@@ -1,7 +1,7 @@
#!/usr/local/bin/dot
#
# Class diagram
-# Generated by UMLGraph version R5_7_0-10-g786d98 (http://www.umlgraph.org/)
+# Generated by UMLGraph version R5_7_2-20-g09fab1 (http://www.umlgraph.org/)
#
digraph G {
@@ -10,22 +10,22 @@ digraph G {
nodesep=0.25;
ranksep=0.5;
// gr.spinellis.iface.classes.FarImplementor
- c533 [label=<