Commit 2437e03
authored
docs: fix broken catalog example links (#18765)
## Which issue does this PR close?
Related to #18142 and
#18743
## Rationale for this change
The catalog examples were moved under
`datafusion-examples/examples/data_io/`, but the doc comments and user
guide
still point to the old paths. This leaves readers with 404s when they
try to follow the examples, so the links need
to be corrected.
## What changes are included in this PR?
Correct the catalog example links so they point to the examples/data_io
directory.1 parent e5b6d97 commit 2437e03
File tree
3 files changed
+4
-4
lines changed- datafusion/catalog/src
- docs/source/library-user-guide
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments