From 73baa161f692289be793d3b341023a91f1c3b65a Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Wed, 16 Sep 2015 23:11:46 +0200 Subject: Google Plus URL became more friendly. --- org/madore/damlengine/TodoFooter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/madore/damlengine/TodoFooter.java b/org/madore/damlengine/TodoFooter.java index 33bd1fc..66f0a9f 100644 --- a/org/madore/damlengine/TodoFooter.java +++ b/org/madore/damlengine/TodoFooter.java @@ -45,7 +45,7 @@ public final class TodoFooter extends TodoElement { email.appendChild(ctx.doc.createTextNode("org")); addr.appendChild(ctx.doc.createTextNode("|")); a = ctx.doc.createElementNS(DamlEngine.XHTML_NS, "a"); - a.setAttributeNS(null, "href", "https://plus.google.com/113543720848960431456"); + a.setAttributeNS(null, "href", "https://plus.google.com/+davidamadore"); a.setAttributeNS(null, "rel", "author"); addr.appendChild(a); a.appendChild(ctx.doc.createTextNode("Google+")); -- cgit v1.2.3