Commit b2e99fc
authored
Fix incorrect link for sql_query.rs example in README (#18807)
## What was wrong
When clicking on the `sql_query.rs` example link in the README, it was
taking users to `memtable.rs` instead of the correct file.
## What this fixes
The link now correctly points to `examples/sql_query.rs` so people can
find the right example code.
## Changes made
- Fixed one line in `datafusion-examples/README.md` (line 96)
- Changed the link from `examples/memtable.rs` to
`examples/sql_query.rs`1 parent 984d210 commit b2e99fc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments