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 99a622b4 To be fixed
99a622b4 is described below
commit 99a622b4f26aadcefae4a268ba736abadd57e878
Author: Sebb <[email protected]>
AuthorDate: Wed Jun 4 10:48:17 2025 +0100
To be fixed
---
tools/site-scan.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index f5cb3e22..0a9d3b73 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -170,7 +170,7 @@ def parse(id, site, name, podling=false)
subpages[site2.to_s] = a
end
rescue StandardError => e
- if show_anyway or
!a_href.include?('fineract.gateway.scarf.sh/{version}') # reported, but not yet
fixed, so suppress noise
+ if show_anyway or !a_href.include?('fory.apache.org/docs/docs/') #
reported, but not yet fixed, so suppress noise
$stderr.puts "#{id}: Bad a_href #{a_href} #{e}"
end
end