Skip to content

Commit

Permalink
Fixed broken guide link (jorgecarleitao#1395)
Browse files Browse the repository at this point in the history
It looks like there is a typo in the csv read documentation
causing the existing link on the README.md page to result in a 404.
Rather than change the README.md link from `csv_read` to `csv_reader`
this PR changes the filename from `csv_reader` to `csv_read` and updates
the only other existing reference to the file. This path was taken to
make the filename align with the wider pattern within the guide while
also addressing the broken link.
  • Loading branch information
kjschiroo authored and ritchie46 committed Mar 29, 2023
1 parent bc3bcd2 commit ee1df36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [Foreign interfaces](./ffi.md)
- [Extension](./extension.md)
- [IO](./io/README.md)
- [Read CSV](./io/csv_reader.md)
- [Read CSV](./io/csv_read.md)
- [Write CSV](./io/csv_write.md)
- [Read Parquet](./io/parquet_read.md)
- [Write Parquet](./io/parquet_write.md)
Expand Down
File renamed without changes.

0 comments on commit ee1df36

Please sign in to comment.