File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ module SiteStandards
5151 CHECK_DOC => 'All projects must feature some prominent link back to the main ASF homepage at http://www.apache.org/' ,
5252 } ,
5353 # <script src="https://www.apachecon.com/event-images/snippet.js">
54- # https://events.apache.org/x/current-event[.html]
55- # https://[www.]apache.org/events/current-event[.html]
54+ # https://events.apache.org/
55+ # https://[www.]apache.org/events/current-event[.html] => https://events.apache.org/
5656 'events' => { # Custom: a_href.include? 'apache.org/events/' then custom check for img
5757 CHECK_TEXT => nil ,
58- CHECK_CAPTURE => %r{( events|x)/ current-event|event-images } ,
58+ CHECK_CAPTURE => %r{apachecon \. com/event-images| events\. apache \. org|apache \. org/events/ current-event} ,
5959 CHECK_VALIDATE => %r{^https?://((www\. )?apache\. org/events/current-event|events\. apache\. org|www\. apachecon\. com/event-images/snippet\. js)} ,
6060 CHECK_TYPE => 'href' ,
6161 CHECK_POLICY => 'https://www.apachecon.com/event-images/' ,
You can’t perform that action at this time.
0 commit comments