This is an automated email from the ASF dual-hosted git repository.

jnioche pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git


The following commit(s) were added to refs/heads/main by this push:
     new bbd66db  Fixed links for GH stats in footer
bbd66db is described below

commit bbd66dbea84284a8b5d6a016d2756f9b300274e9
Author: Julien Nioche <[email protected]>
AuthorDate: Thu Apr 18 10:12:28 2024 +0100

    Fixed links for GH stats in footer
    
    Signed-off-by: Julien Nioche <[email protected]>
---
 _includes/footer.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index 1d59750..99befa0 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,7 +1,7 @@
 <div class="github-info">
-  <iframe 
src="https://ghbtns.com/github-btn.html?user=DigitalPebble&repo=storm-crawler&type=star&count=true";
 frameborder="0" scrolling="0" width="105px" height="20px"></iframe>
-  <iframe 
src="https://ghbtns.com/github-btn.html?user=DigitalPebble&repo=storm-crawler&type=watch&count=true&v=2";
 frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
-  <iframe 
src="https://ghbtns.com/github-btn.html?user=DigitalPebble&repo=storm-crawler&type=fork&count=true";
 frameborder="0" scrolling="0" width="101px" height="20px"></iframe>
+  <iframe 
src="https://ghbtns.com/github-btn.html?user=apache&repo=incubator-stormcrawler&type=star&count=true";
 frameborder="0" scrolling="0" width="105px" height="20px"></iframe>
+  <iframe 
src="https://ghbtns.com/github-btn.html?user=apache&repo=incubator-stormcrawler&type=watch&count=true&v=2";
 frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
+  <iframe 
src="https://ghbtns.com/github-btn.html?user=apache&repo=incubator-stormcrawler&type=fork&count=true";
 frameborder="0" scrolling="0" width="101px" height="20px"></iframe>
 </div>
 
 <footer class="site-footer">

Reply via email to