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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6934b32  minor tweak: GEP list LHS navbar links point to an invalid 
target
6934b32 is described below

commit 6934b32ee47f6dbc41d9d9195f36ecb738f39b03
Author: Paul King <[email protected]>
AuthorDate: Thu May 7 12:02:42 2026 +1000

    minor tweak: GEP list LHS navbar links point to an invalid target
---
 site/src/site/pages/geps.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/pages/geps.groovy b/site/src/site/pages/geps.groovy
index ebc9249..014f002 100644
--- a/site/src/site/pages/geps.groovy
+++ b/site/src/site/pages/geps.groovy
@@ -30,7 +30,7 @@ layout 'layouts/main.groovy', true,
                                     }
                                     if (gep.value.Target) details << "Target: 
${gep.value.Target}"
                                     if (gep.value.Comment) details << 
"Comment: ${gep.value.Comment}"
-                                    li {
+                                    li(id: gep.key) {
                                         a(href: "${gep.key}.html", "$gep.key: 
$gep.value.subtitle")
                                         if (!details.isEmpty()) {
                                             p(class: 'gep-meta', 
details.join(' | '))

Reply via email to