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 2e0374af Syntax change for GitBox
2e0374af is described below

commit 2e0374af6b8cc87ca6c84fbef6114a6e031da419
Author: Sebb <[email protected]>
AuthorDate: Mon Jul 14 10:59:10 2025 +0100

    Syntax change for GitBox
---
 www/roster/views/ppmc/main.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index e1d2a8a3..1de32dd5 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -233,7 +233,7 @@ class PPMC < Vue
         _a 'GitHub', href: 'https://github.com/apache?q=incubator-' + 
@ppmc.id, target: '_new'
       end if @ppmc.podlingStatus.sourceControl == 'github'
       _li do
-        _a 'Git Repositories', href: 
'https://gitbox.apache.org/repos/asf?s=incubator-' + @ppmc.id, target: '_new'
+        _a 'Git Repositories', href: 
'https://gitbox.apache.org/repos/asf/incubator-' + @ppmc.id, target: '_new'
       end if [email protected] || 
@ppmc.podlingStatus.sourceControl == 'git' || @ppmc.podlingStatus.sourceControl 
== 'asfgit'
       _li do
         _a 'https://issues.apache.org/jira/browse/' + 
@ppmc.podlingStatus.jira,href: 'https://issues.apache.org/jira/browse/' + 
@ppmc.podlingStatus.jira, target: '_new'

Reply via email to