File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ npm run example-cli -- ./test/department_employees.quicksql
74
74
The Quick SQL to DDL translator is the product' s core component, It allows users
75
75
to transform a Quick SQL string into an Oracle SQL string.
76
76
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)
78
78
79
79
See below for examples of how to use this library.
80
80
@@ -160,7 +160,7 @@ view emp_v departments employees
160
160
161
161
## Transforming Quick SQL into an Entity-Relationship Diagram (ERD)
162
162
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)
164
164
165
165
## Contributing
166
166
You can’t perform that action at this time.
0 commit comments