This is an automated email from the ASF dual-hosted git repository.
paulk 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 b410ed7 test repo change
b410ed7 is described below
commit b410ed704e276d12489054567493b9c856254993
Author: Paul King <[email protected]>
AuthorDate: Sat Feb 22 21:25:52 2025 +1000
test repo change
---
geb/js/base.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geb/js/base.js b/geb/js/base.js
index 284e0a1..8ba52fe 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/geb/geb')
+$.get('https://api.github.com/repos/apache/groovy-geb')
.done(function(body) {
var watchers = body.subscribers_count;
var stars = body.stargazers_count;