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 416a9287 Echarts yet to fix bad url
416a9287 is described below
commit 416a928765a42af35df4fe8a9c108f83c52c73ec
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 6 09:21:00 2025 +0100
Echarts yet to fix bad url
---
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 8b80a5a3..f8e395fd 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?('| prepend: site.baseurl }}') #
reported to flagon, but not yet fixed, so suppress noise
+ if show_anyway or
!a_href.include?('producthunt.com/products/apache-echarts') # reported but not
yet fixed, so limit report frequency
$stderr.puts "@#{__LINE__}: #{id}: Bad a_href #{a_href} #{e}"
end
end