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 1643972b WHIMSY-411 - implement change in policy
1643972b is described below
commit 1643972b3a7073b3bbc8277339c2114b4f55dcc4
Author: Sebb <[email protected]>
AuthorDate: Tue Feb 27 16:57:25 2024 +0000
WHIMSY-411 - implement change in policy
---
lib/whimsy/sitestandards.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/whimsy/sitestandards.rb b/lib/whimsy/sitestandards.rb
index 8a4b9f61..636fbc1d 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -74,10 +74,10 @@ module SiteStandards
'thanks' => { # link_check a_text =~ /\A(sponsors|thanks!?|thanks to our
sponsors)\z/
CHECK_TEXT => /\A(sponsors|thanks!?|thanks to our sponsors)\z/,
CHECK_CAPTURE => /\A(sponsors|thanks!?|thanks to our sponsors)\z/,
- CHECK_VALIDATE => %r{^https?://.*apache.org/foundation/thanks},
+ CHECK_VALIDATE =>
%r{^https?://.*apache.org/foundation/(thanks|sponsors)},
CHECK_TYPE => true,
CHECK_POLICY =>
'https://www.apache.org/foundation/marks/pmcs#navigation',
- CHECK_DOC => '"Sponsors", "Thanks" or "Thanks to our Sponsors" should
link to: http://www.apache.org/foundation/thanks.html',
+ CHECK_DOC => '"Sponsors", "Thanks" or "Thanks to our Sponsors" should
link to: http://www.apache.org/foundation/thanks.html or sponsors.html',
},
'security' => { # link_check a_text == 'security'
CHECK_TEXT => /security/,