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

jamesfredley pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/grails-doc.git

commit 6001405b88bf01af86014574a860e07af661be1a
Author: James Fredley <[email protected]>
AuthorDate: Fri Oct 10 19:17:22 2025 -0400

    Simplify and update redirect in index.html
    
    Removed Matomo analytics script and updated the redirect URL to 
https://grails.apache.org/docs/. The HTML structure was simplified and improved 
for clarity.
---
 index.html | 34 ++++++++++------------------------
 1 file changed, 10 insertions(+), 24 deletions(-)

diff --git a/index.html b/index.html
index ff8e92b826..7fbb19ff20 100644
--- a/index.html
+++ b/index.html
@@ -1,24 +1,10 @@
-<html>
-    <head>
-<!-- Matomo -->
-    <script>
-      var _paq = window._paq = window._paq || [];
-      /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
-      _paq.push(["setDoNotTrack", true]);
-      _paq.push(["disableCookies"]);
-      _paq.push(['trackPageView']);
-      _paq.push(['enableLinkTracking']);
-      (function() {
-        var u="https://analytics.apache.org/";;
-        _paq.push(['setTrackerUrl', u+'matomo.php']);
-        _paq.push(['setSiteId', '79']);
-        var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
-        g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
-      })();
-    </script>
-    <!-- End Matomo Code -->
-        <meta http-equiv="refresh" content="0; 
url=https://docs.grails.org/latest/"; />
-    </head>
-    <body>Redirecting...</body>
-</html>
-
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <title>Redirecting...</title>
+    <meta http-equiv="refresh" content="0; 
url=https://grails.apache.org/docs/"/>
+</head>
+<body>
+<p>This page has moved to <a 
href="https://grails.apache.org/docs/";>https://grails.apache.org/docs/</a></p>
+</body>
+</html>
\ No newline at end of file

Reply via email to