This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit e5830288974008c5387d927f482342471bc64bb1 Author: Sebb <[email protected]> AuthorDate: Tue Jul 21 00:53:47 2020 +0100 Use library for svn URLs --- www/committers/index.cgi | 2 +- www/roster/views/committees.html.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ _html do 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:[email protected]?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 @@ _html do 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:[email protected]?subject=[FEEDBACK] members/index idea" => "Email Feedback To dev@whimsical" },
