Copilot commented on code in PR #3065:
URL: https://github.com/apache/sedona/pull/3065#discussion_r3444478795


##########
docs-overrides/redirect.html:
##########
@@ -0,0 +1,53 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <title>Redirecting&hellip;</title>
+    <link rel="canonical" href="{{ href }}" />
+    <noscript>
+      <meta http-equiv="refresh" content="1; url={{ href }}" />
+    </noscript>
+    <script>
+      var target = "{{ href }}" + window.location.hash;
+      window.location.replace(target);
+    </script>
+  </head>
+  <body>
+    <p>Redirecting to <a href="{{ href }}">{{ href }}</a>&hellip;</p>
+    <!--
+      The links below are not shown to human visitors (who are redirected
+      immediately to {{ href }}), but they ensure the site root exposes the
+      ASF-required footer links to crawlers such as Apache Whimsy.
+    -->
+    <footer>
+      <p>
+        <a href="https://www.apache.org/licenses/";>License</a> |
+        <a href="https://www.apache.org/events/current-event";>Events</a> |
+        <a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a> |
+        <a href="https://www.apache.org/foundation/thanks.html";>Thanks</a> |
+        <a href="https://www.apache.org/security/";>Security</a> |
+        <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy</a>
 |
+        <a href="https://www.apache.org/foundation/marks/";>Trademarks</a>
+      </p>
+      <p>Copyright &copy; The Apache Software Foundation</p>
+    </footer>

Review Comment:
   The redirect stub footer is missing the ASF homepage/copyright link that the 
normal site footer includes as part of the “ASF-required links” block (see 
docs-overrides/partials/copyright.html). If Whimsy expects that link at the 
site root as well, the check may still fail.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to