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 3c2410a3 License must be a navigation link
3c2410a3 is described below
commit 3c2410a30359b24b8f8f966cd13c11f3a98a8cd8
Author: Sebb <[email protected]>
AuthorDate: Mon Jun 20 15:52:58 2022 +0100
License must be a navigation link
---
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 f1ecac62..772a9a29 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 => '"License" should link to:
http[s]://www.apache.org/licenses[/]',
+ CHECK_DOC => 'There should be a "License" navigation link which points
to: http[s]://www.apache.org/licenses[/]',
},
'thanks' => { # link_check a_text =~ /\A(sponsors|thanks!?|thanks to our
sponsors)\z/
CHECK_TEXT => /\A(sponsors|thanks!?|thanks to our sponsors)\z/,