Skip to content

Commit 6c2c177

Browse files
committed
README.md: fix parser link
1 parent c113319 commit 6c2c177

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
@@ -31,7 +31,7 @@ been taken where possible.
3131
[memory]: https://github.com/erikgrinaker/toydb/blob/main/src/storage/memory.rs
3232
[query]: https://github.com/erikgrinaker/toydb/blob/main/src/sql/execution/executor.rs
3333
[optimizer]: https://github.com/erikgrinaker/toydb/blob/main/src/sql/planner/optimizer.rs
34-
[sql]: https://github.com/erikgrinaker/toydb/blob/main/src/sql/parser.rs
34+
[sql]: https://github.com/erikgrinaker/toydb/blob/main/src/sql/parser/parser.rs
3535

3636
## Documentation
3737

0 commit comments

Comments
 (0)