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

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

commit aace6a10334ad73e52a7ec1b55850c22c597cc2b
Author: Balthasar Teuscher <[email protected]>
AuthorDate: Sat Dec 6 23:43:44 2025 +0100

    docs: Link doc to raw GitHub assets (#420)
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a96ee2e2..a87add7b 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ SedonaDB is perfect for processing smaller to medium datasets 
on local machines
 
 ## Architecture
 
-![SedonaDB Architecture](docs/image/sedonadb-architecture.svg)
+![SedonaDB 
Architecture](https://raw.githubusercontent.com/apache/sedona-db/refs/heads/main/docs/image/sedonadb-architecture.svg)
 
 * **Columnar in-memory datasets**
     * Spatial indexing
@@ -61,8 +61,8 @@ SedonaDB has several advantages:
 This is a performance benchmark comparing SedonaDB 0.1.0, DuckDB 1.4.0, and 
GeoPandas 1.1.1 using SpatialBench Queries 1-12 at Scale Factors 1 and 10. 
Details can be found at [Apache Sedona 
SpatialBench](https://sedona.apache.org/spatialbench/single-node-benchmarks/).
 
 <div align="center">
-  <img src="docs/image/sf1-09242025.png" alt="SF1 Benchmark Results" 
width="45%" />
-  <img src="docs/image/sf10-09242025.png" alt="SF10 Benchmark Results" 
width="45%" />
+  <img 
src="https://raw.githubusercontent.com/apache/sedona-db/refs/heads/main/docs/image/sf1-09242025.png";
 alt="SF1 Benchmark Results" width="45%" />
+  <img 
src="https://raw.githubusercontent.com/apache/sedona-db/refs/heads/main/docs/image/sf10-09242025.png";
 alt="SF10 Benchmark Results" width="45%" />
 </div>
 
 ## Install

Reply via email to