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

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new a7d8b97d37 minor: fix `data/sqlite` link (#15286)
a7d8b97d37 is described below

commit a7d8b97d373457889c5b06ee00f93135dc91c90e
Author: Siddhartha Sahu <[email protected]>
AuthorDate: Tue Mar 18 13:30:26 2025 -0400

    minor: fix `data/sqlite` link (#15286)
    
    * Fix `data/sqlite` link
    
    * Fix link
    
    * Add link to the crate
---
 datafusion/sqllogictest/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/datafusion/sqllogictest/README.md 
b/datafusion/sqllogictest/README.md
index a18455476d..77162f4001 100644
--- a/datafusion/sqllogictest/README.md
+++ b/datafusion/sqllogictest/README.md
@@ -28,8 +28,8 @@ This crate is a submodule of DataFusion that contains an 
implementation of [sqll
 ## Overview
 
 This crate uses 
[sqllogictest-rs](https://github.com/risinglightdb/sqllogictest-rs) to parse 
and run `.slt` files in the
-[`test_files`](test_files) directory of this crate or the 
[`data/sqlite`](sqlite)
-directory of the datafusion-testing crate.
+[`test_files`](test_files) directory of this crate or the 
[`data/sqlite`](https://github.com/apache/datafusion-testing/tree/main/data/sqlite)
+directory of the 
[datafusion-testing](https://github.com/apache/datafusion-testing) crate.
 
 ## Testing setup
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to