This is an automated email from the ASF dual-hosted git repository.
github-bot 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 2a828972d1 docs: fix broken SQL & DataFrame links in root README
(#18153) (#18274)
2a828972d1 is described below
commit 2a828972d1d4950a688ba5b2525202193bd2cabd
Author: Manasa Manoj <[email protected]>
AuthorDate: Sat Oct 25 12:56:11 2025 +0530
docs: fix broken SQL & DataFrame links in root README (#18153) (#18274)
## Which issue does this PR close?
- Closes #18153
## Rationale for this change
The SQL and DataFrame documentation links in the root README were broken
and returned 404 errors.
This PR updates the URLs to point to the correct documentation paths,
improving navigation for new users and contributors.
## Are these changes tested?
Verified that the new links are valid and accessible.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4c4b955176..5191496eaa 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ See [use cases] for examples. The following related
subprojects target end users
DataFusion.
"Out of the box,"
-DataFusion offers [SQL] and [`Dataframe`] APIs, excellent [performance],
+DataFusion offers
[SQL](https://datafusion.apache.org/user-guide/sql/index.html) and
[Dataframe](https://datafusion.apache.org/user-guide/dataframe.html) APIs,
excellent [performance],
built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and
a great community.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]