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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ff4b895  2025/02/23 06:52:34: Updated geb directory of dev website 
from geb@1f169ce
ff4b895 is described below

commit ff4b8957835c6a434d9ce349003ab798a4c6ab80
Author: jenkins <[email protected]>
AuthorDate: Sun Feb 23 06:52:34 2025 +0000

    2025/02/23 06:52:34: Updated geb directory of dev website from geb@1f169ce
---
 geb/js/base.js                 | 2 +-
 geb/manual/snapshot/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/geb/js/base.js b/geb/js/base.js
index 8ba52fe..284e0a1 100644
--- a/geb/js/base.js
+++ b/geb/js/base.js
@@ -16,7 +16,7 @@ $('.menu .mailing-lists').click(function() {
     $('#mailing-lists-menu').transition('swing down');
 });
 
-$.get('https://api.github.com/repos/apache/groovy-geb')
+$.get('https://api.github.com/repos/geb/geb')
     .done(function(body) {
         var watchers = body.subscribers_count;
         var stars = body.stargazers_count;
diff --git a/geb/manual/snapshot/index.html b/geb/manual/snapshot/index.html
index 8dd807b..74298c4 100644
--- a/geb/manual/snapshot/index.html
+++ b/geb/manual/snapshot/index.html
@@ -12912,7 +12912,7 @@ new <a 
href="#form-element"><code>FormElement</code></a> module class.</p>
 <div id="footer">
 <div id="footer-text">
 Version 8.0-SNAPSHOT<br>
-Last updated 2025-02-21 21:51:11 UTC
+Last updated 2025-02-21 09:50:31 UTC
 </div>
 </div>
 </body>

Reply via email to