Skip to content

Commit 3c8f1aa

Browse files
committed
doc: fix documentation links in README
1 parent e204810 commit 3c8f1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ npm run example-cli -- ./test/department_employees.quicksql
7474
The Quick SQL to DDL translator is the product's core component, It allows users
7575
to transform a Quick SQL string into an Oracle SQL string.
7676
77-
The Quick SQL Syntax and Grammar are documented [here](./doc/quick-sql-grammar.md)
77+
The Quick SQL Syntax and Grammar are documented [here](./doc/user/quick-sql-grammar.md)
7878
7979
See below for examples of how to use this library.
8080
@@ -160,7 +160,7 @@ view emp_v departments employees
160160
161161
## Transforming Quick SQL into an Entity-Relationship Diagram (ERD)
162162
163-
Requires a paid library. Review the usage [here](./doc/quick-erd.md)
163+
Requires a paid library. Review the usage [here](./doc/user/quick-erd.md)
164164
165165
## Contributing
166166

0 commit comments

Comments
 (0)