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 8d9919da Fix HTML syntax in `www/technology.html` (#198)
8d9919da is described below

commit 8d9919dad338e2b4ea99bc798223c96ff3a8ca05
Author: John Bampton <[email protected]>
AuthorDate: Thu Feb 22 06:57:01 2024 +1000

    Fix HTML syntax in `www/technology.html` (#198)
---
 www/technology.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www/technology.html b/www/technology.html
index f18e71dc..880336f0 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -1,4 +1,3 @@
-
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
@@ -60,10 +59,9 @@
         <ul>
           <li>Get the source:
             <a href="https://gitbox.apache.org/repos/asf/whimsy.git";>Apache</a>
-            <a href="https://github.com/apache/whimsy";>GitHub</a></li>
-            -
-            <a href="https://matt.apache.org/pushlogs.html?repo=whimsy";>Push 
logs</a></li>
+            <a href="https://github.com/apache/whimsy";>GitHub</a>
           </li>
+          <li><a href="https://matt.apache.org/pushlogs.html?repo=whimsy";>Push 
logs</a></li>
           <li><a href="https://issues.apache.org/jira/browse/WHIMSY/";>Issue 
Tracker</a></li>
           <li><a 
href="https://github.com/apache/whimsy/blob/master/README.md";>README</a></li>
           <li><a href="docs/api/">API documentation</a></li>

Reply via email to