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 a86f216  fix links
a86f216 is described below

commit a86f21605e49798472c2b5a6c5147fc18ec514b0
Author: Paul King <[email protected]>
AuthorDate: Thu Feb 6 22:17:07 2025 +1000

    fix links
---
 geb/index.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/geb/index.html b/geb/index.html
index e8270d0..087a7b1 100644
--- a/geb/index.html
+++ b/geb/index.html
@@ -73,7 +73,7 @@
                     <div class="ui container">
                         <a 
href="https://lists.apache.org/[email protected]"; 
class="item">User List</a>
                         <a 
href="https://lists.apache.org/[email protected]"; 
class="item">Development List</a>
-                        <a 
href="https://lists.apache.org/[email protected]";>Notifications</a>
+                        <a 
href="https://lists.apache.org/[email protected]"; 
class="item">Notifications</a>
                     </div>
                 </div>
 
@@ -510,7 +510,8 @@ class LoginSpec extends GebSpec {
                         </div>
                         <div class="ten wide column">
                             <h4 class="ui inverted header">About Geb</h4>
-                            <p>Geb is free, open source software licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html"; 
title="Apache License, Version 2.0">Apache License, Version 2.0</a>.</p>
+                            <p>Geb is free, open source software licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html"; 
title="Apache License, Version 2.0">Apache License, Version 2.0</a>.
+                               Geb is a subproject of <a 
href="https://groovy.apache.org";>Apache Groovy</a>.</p>
                         </div>
                     </div>
                 </div>
@@ -529,7 +530,7 @@ class LoginSpec extends GebSpec {
             <script language="javascript" src="./js/base.js"></script>
 
 
-<a href="https://github.com/geb/geb"; class="github-corner" aria-label="View 
source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" 
style="fill:#fff; color:#151513; position: absolute; top: 0; border: 0; right: 
0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 
Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 
120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 
125.5,87.3 C122.9,97.6 130.6,101 [...]
+<a href="https://github.com/apache/groovy-geb"; class="github-corner" 
aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 
250" style="fill:#fff; color:#151513; position: absolute; top: 0; border: 0; 
right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 
L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 
C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 
125.5,87.3 125.5,87.3 C122.9,97.6 [...]
 </body>
 
 </html>

Reply via email to