Skip to content

Commit 2a82897

Browse files
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.
1 parent eef1c9e commit 2a82897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ See [use cases] for examples. The following related subprojects target end users
6464
DataFusion.
6565

6666
"Out of the box,"
67-
DataFusion offers [SQL] and [`Dataframe`] APIs, excellent [performance],
67+
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],
6868
built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and
6969
a great community.
7070

0 commit comments

Comments
 (0)