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


The following commit(s) were added to refs/heads/master by this push:
     new 44d4174  Stale references
44d4174 is described below

commit 44d4174ce45523cda6389e5fc51f70f5c7fe9f63
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 16 00:34:42 2021 +0100

    Stale references
---
 www/board/agenda/README.md | 4 ++--
 www/board/agenda/config.ru | 1 -
 www/project/icla/config.ru | 1 -
 www/roster/config.ru       | 1 -
 4 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/www/board/agenda/README.md b/www/board/agenda/README.md
index fa6355a..f8a08c3 100644
--- a/www/board/agenda/README.md
+++ b/www/board/agenda/README.md
@@ -151,8 +151,8 @@ Viewing Source (this time, Actual Code)
 ---
 
  * While you are unlikely to need to look at it, the agenda parsing logic
-   is in 
[agenda.rb](https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy/lib/whimsy/asf/agenda.rb)
-   plus the 
[agenda](https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy/lib/whimsy/asf/agenda)
+   is in 
[agenda.rb](https://github.com/apache/whimsy/blob/master/lib/whimsy/asf/agenda.rb)
+   plus the 
[agenda](https://github.com/apache/whimsy/tree/master/lib/whimsy/asf/agenda)
    subdirectory.
 
  * the [views/pages/index.js.rb](views/pages/index.js.rb) file contains the
diff --git a/www/board/agenda/config.ru b/www/board/agenda/config.ru
index 56cd74f..9878fb1 100644
--- a/www/board/agenda/config.ru
+++ b/www/board/agenda/config.ru
@@ -2,7 +2,6 @@ require 'whimsy/asf/rack'
 
 require File.expand_path('../main.rb', __FILE__)
 
-# 
https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy/asf/rack.rb
 use ASF::Auth::MembersAndOfficers do |env|
   # allow access to bootstrap related content
   if 
diff --git a/www/project/icla/config.ru b/www/project/icla/config.ru
index 09bbbdf..6ea7421 100644
--- a/www/project/icla/config.ru
+++ b/www/project/icla/config.ru
@@ -2,7 +2,6 @@ require File.expand_path('../main.rb', __FILE__)
 
 require 'whimsy/asf/rack'
 
-# 
https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy/asf/rack.rb
 use ASF::Auth::Committers
 use ASF::HTTPS_workarounds
 use ASF::DocumentRoot
diff --git a/www/roster/config.ru b/www/roster/config.ru
index e988208..707e7ce 100644
--- a/www/roster/config.ru
+++ b/www/roster/config.ru
@@ -2,7 +2,6 @@ require File.expand_path('../main.rb', __FILE__)
 
 require 'whimsy/asf/rack'
 
-# 
https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy/asf/rack.rb
 use ASF::HTTPS_workarounds
 use ASF::ETAG_Deflator_workaround
 use ASF::Auth::Committers

Reply via email to