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 569f3d0c Scanning tweaks
569f3d0c is described below

commit 569f3d0cd0e44081489d14cca5ad34a2646f07f4
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 3 21:20:36 2025 +0000

    Scanning tweaks
---
 lib/whimsy/sitestandards.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/whimsy/sitestandards.rb b/lib/whimsy/sitestandards.rb
index 59c4658b..50f5cfba 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -51,11 +51,11 @@ module SiteStandards
       CHECK_DOC => 'All projects must feature some prominent link back to the 
main ASF homepage at http://www.apache.org/',
     },
     # <script src="https://www.apachecon.com/event-images/snippet.js";>
-    # https://events.apache.org/x/current-event[.html]
-    # https://[www.]apache.org/events/current-event[.html]
+    # https://events.apache.org/
+    # https://[www.]apache.org/events/current-event[.html] => 
https://events.apache.org/
     'events' => { # Custom: a_href.include? 'apache.org/events/' then custom 
check for img
       CHECK_TEXT => nil,
-      CHECK_CAPTURE => %r{(events|x)/current-event|event-images},
+      CHECK_CAPTURE => 
%r{apachecon\.com/event-images|events\.apache\.org|apache\.org/events/current-event},
       CHECK_VALIDATE => 
%r{^https?://((www\.)?apache\.org/events/current-event|events\.apache\.org|www\.apachecon\.com/event-images/snippet\.js)},
       CHECK_TYPE => 'href',
       CHECK_POLICY => 'https://www.apachecon.com/event-images/',

Reply via email to