You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/12/05 21:07:43 UTC

[whimsy] branch master updated: Clarify License requirement

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 e468585c Clarify License requirement
e468585c is described below

commit e468585c94cf581b4afed74afcc65459322d13a2
Author: Sebb <se...@apache.org>
AuthorDate: Mon Dec 5 21:07:37 2022 +0000

    Clarify License requirement
---
 lib/whimsy/sitestandards.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/sitestandards.rb b/lib/whimsy/sitestandards.rb
index 772a9a29..4cb266a1 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -66,7 +66,7 @@ module SiteStandards
       CHECK_VALIDATE => %r{^https?://.*apache.org/licenses/?$},
       CHECK_TYPE => true,
       CHECK_POLICY => 'https://www.apache.org/foundation/marks/pmcs#navigation',
-      CHECK_DOC => 'There should be a "License" navigation link which points to: http[s]://www.apache.org/licenses[/]',
+      CHECK_DOC => 'There should be a "License" (*not* "Licenses") navigation link which points to: http[s]://www.apache.org/licenses[/]. (Do not link to sub-pages)',
     },
     'thanks' => { # link_check a_text =~ /\A(sponsors|thanks!?|thanks to our sponsors)\z/
         CHECK_TEXT => /\A(sponsors|thanks!?|thanks to our sponsors)\z/,