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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ec0589cb2 [GH-2787] Fix SedonaDB deadlink on homepage (#2789)
0ec0589cb2 is described below

commit 0ec0589cb277f8438544c358d3ed35d93ecf90d8
Author: Jia Yu <[email protected]>
AuthorDate: Thu Mar 26 02:14:32 2026 -0700

    [GH-2787] Fix SedonaDB deadlink on homepage (#2789)
---
 docs-overrides/main.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs-overrides/main.html b/docs-overrides/main.html
index d10a6dadf9..af4143d6b5 100644
--- a/docs-overrides/main.html
+++ b/docs-overrides/main.html
@@ -162,7 +162,7 @@ docker run -d -p 8888:8888 -p 8085:8085 apache/sedona:latest
                 Install SedonaDB, or run Sedona on distributed systems when 
you need additional scale.
               </div>
               <div class="bth-group">
-                <a href="sedonadb" class="btn btn-red">
+                <a href="/sedonadb" class="btn btn-red">
                      <span class="caption">
                    Install SedonaDB
                   </span>
@@ -190,7 +190,7 @@ docker run -d -p 8888:8888 -p 8085:8085 apache/sedona:latest
               <h3 class="info-item__title">SedonaDB</h3>
               <div class="info-item__description editor">Standalone runtime 
for local processing and development.</div>
               <div class="info-item__cta">
-                <a href="sedonadb" class="btn-link">
+                <a href="/sedonadb" class="btn-link">
                   <span class="caption">SedonaDB</span>
                   <span class="icon">
                         <svg width="19" height="19" viewBox="0 0 19 19" 
fill="none" xmlns="http://www.w3.org/2000/svg";>

Reply via email to