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/05/31 21:21:50 UTC

[whimsy] branch master updated: Fix typos in URLs

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 d5afc97  Fix typos in URLs
d5afc97 is described below

commit d5afc978de24f5c8d5385623245627b0edac0808
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Fri May 31 17:21:42 2019 -0400

    Fix typos in URLs
---
 www/roster/views/groups.html.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/roster/views/groups.html.rb b/www/roster/views/groups.html.rb
index c380e57..fead2bc 100644
--- a/www/roster/views/groups.html.rb
+++ b/www/roster/views/groups.html.rb
@@ -10,10 +10,10 @@ _html do
       title: 'ASF Non-PMC Group list',
       relatedtitle: 'See Other Group Listings',
       related: {
-        "/roster/committee" => "Active projects at the ASF",
-        "/roster/ppmc" => "Active podlings at the ASF",
-        "/roster/nonpmc" => "ASF Committees (non-PMC)",
-        "/roster/orgchart" => "High level org chart",
+        "/roster/committee/" => "Active projects at the ASF",
+        "/roster/ppmc/" => "Active podlings at the ASF",
+        "/roster/nonpmc/" => "ASF Committees (non-PMC)",
+        "/roster/orgchart/" => "High level org chart",
       },
       helpblock: -> {
         _div.row do