You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/04/20 21:57:08 UTC

[whimsy] branch master updated: Fixes WHIMSY-250

This is an automated email from the ASF dual-hosted git repository.

curcuru 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 06f860d  Fixes WHIMSY-250
06f860d is described below

commit 06f860d76de90fc32c396e0e3bac8972c5c02575
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Sat Apr 20 17:56:57 2019 -0400

    Fixes WHIMSY-250
---
 www/incubator/podlings/by-age.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/incubator/podlings/by-age.cgi b/www/incubator/podlings/by-age.cgi
index 80641ec..f13d141 100755
--- a/www/incubator/podlings/by-age.cgi
+++ b/www/incubator/podlings/by-age.cgi
@@ -49,7 +49,7 @@ _html do
         'https://incubator.apache.org/projects/index.html' => 'List Of Incubator Podlings'
       },
       helpblock: -> {
-        _ 'This shows a sorted list of all Incubator podlings by age since joining.'
+        _ 'This shows a sorted list of all active Incubator podlings by age since joining.'
         # pie chart
         theta = 0
         colors = ['0F0', 'FF0', 'F80', 'F50', 'F00', '800']
@@ -80,7 +80,7 @@ _html do
           _ul do
             _li! do
               _ "Count:      #{duration.length} PPMCs ("
-              _a 'history', href: 'https://incubator.apache.org/history/'
+              _a 'history', href: 'https://projects.apache.org/'
               _ ') ('
               _a 'source data', href: 'https://incubator.apache.org/projects/#current'
               _ ')'