(update) use github as opposed to git-wip
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2167f45..6a30b88 100755
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -27,6 +27,7 @@
 
 CHANGES
 =======
+o vote-txt, use github as opposed to git-wip
 o Drop sha-256 and leave sha-512 only
 o commons.jacoco.version: 0.8.0 -> 0.8.2; java 11 compatibility
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index edf0121..4dcb43c 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,7 @@
 
   <body>
     <release version="1.5" date="2019-01-26" description="Version 1.5">
+      <action type="update" dev="chtompki">vote-txt, use github as opposed to git-wip</action>
       <action type="fix" dev="chtompki">ReadmeHtmlVelocityDelegate, accommodate for artifactIds ending in numbers</action>
       <action type="fix" dev="chtompki">ReadmeHtmlVelocityDelegate, bcel's artifactId != commons-bcel, but is just bcel</action>
       <action type="update" dev="ggregory">Drop sha-256 and leave sha-512 only</action>
diff --git a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
index 4c0c467..02a58b2 100755
--- a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
+++ b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
@@ -30,7 +30,7 @@
     N.B. the SVN revision is required because SVN tags are not immutable.
 *** Git: ***    
 The Git tag @TAGNAME@ commit for this RC is @TAGCOMMIT@ which you can browse here:
-    https://git-wip-us.apache.org/repos/asf?p=commons-@ID@.git;a=tag;h=refs/tags/@TAGNAME@
+    https://github.com/apache/commons-@ID@/releases/tag/@TAGNAME@
 
 Maven artifacts are here:
     https://repository.apache.org/content/repositories/orgapachecommons-@NEXUS_REPO_ID@/org/apache/commons/@ARTIFACTID@/@VERSION@/
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.5.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.5.txt
index 2167f45..6a30b88 100755
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.5.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.5.txt
@@ -27,6 +27,7 @@
 
 CHANGES
 =======
+o vote-txt, use github as opposed to git-wip
 o Drop sha-256 and leave sha-512 only
 o commons.jacoco.version: 0.8.0 -> 0.8.2; java 11 compatibility