This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch branch-1.8.0
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/branch-1.8.0 by this push:
new 6dbd24bd9e [DOCS] Fix wrong announcement links
6dbd24bd9e is described below
commit 6dbd24bd9e4cf4010440701b36dda90e50318da1
Author: Jia Yu <[email protected]>
AuthorDate: Wed Sep 24 06:10:38 2025 -0700
[DOCS] Fix wrong announcement links
---
docs-overrides/main.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs-overrides/main.html b/docs-overrides/main.html
index d071b24116..713c3c01c0 100644
--- a/docs-overrides/main.html
+++ b/docs-overrides/main.html
@@ -17,7 +17,7 @@ You're not viewing the latest stable version.
{% block header %}
<div style="background: #CA463A; color: white; text-align: center; padding:
0.5rem;">
- <a
href="/blog/2025/09/24/introducing-sedonadb-a-single-node-analytical-database-engine-with-geospatial-as-a-first-class-citizen/"
title="Announcement">📢 Introducing SedonaDB: A single-node analytical database
engine with geospatial as the first-class citizen.</a>
+ <a
href="blog/2025/09/24/introducing-sedonadb-a-single-node-analytical-database-engine-with-geospatial-as-a-first-class-citizen/"
title="Announcement">📢 Introducing SedonaDB: A single-node analytical database
engine with geospatial as a first-class citizen.</a>
</div>
{{ super() }} {# This renders the original header below your test bar #}
{% endblock %}