Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed broken guide link (#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 committed Feb 12, 2023
1 parent 7be484e commit 58fdaeb
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 58fdaeb

Please sign in to comment.