Use library for svn URLs
diff --git a/www/committers/index.cgi b/www/committers/index.cgi
index 469a59d..d49c2ea 100755
--- a/www/committers/index.cgi
+++ b/www/committers/index.cgi
@@ -20,7 +20,7 @@
       relatedtitle: 'More Useful Links',
       related: {
         "/committers/tools" => "Whimsy All Tools Listing",
-        "https://svn.apache.org/repos/private/committers/" => "Checkout the private 'committers' repo for Committers",
+        ASF::SVN.svnpath!('committers') => "Checkout the private 'committers' repo for Committers",
         "https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See This Source Code",
         "mailto:dev@whimsical.apache.org?subject=[FEEDBACK] members/index idea" => "Email Feedback To dev@whimsical"
       },
diff --git a/www/roster/views/committees.html.rb b/www/roster/views/committees.html.rb
index 5bd4516..1f743d4 100644
--- a/www/roster/views/committees.html.rb
+++ b/www/roster/views/committees.html.rb
@@ -11,7 +11,7 @@
     relatedtitle: 'More Useful Links',
     related: {
       "/committers/tools" => "Whimsy All Tools Listing",
-      "https://svn.apache.org/repos/private/committers/" => "Checkout the private 'committers' repo for Committers",
+      ASF::SVN.svnpath!('committers') => "Checkout the private 'committers' repo for Committers",
       "https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See This Source Code",
       "mailto:dev@whimsical.apache.org?subject=[FEEDBACK] members/index idea" => "Email Feedback To dev@whimsical"
     },