Skip to content

Commit 8bde15f

Browse files
+2
1 parent b1ba408 commit 8bde15f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ npm run example-cli -- ./test/department_employees.quicksql
8282
The QSQL to DDL translator is the product's core component, It allows users
8383
to transform a QSQL string into an Oracle SQL string.
8484
85-
The Quick SQL Syntax is documented [here](./quicksql.md)
85+
The Quick SQL Syntax is documented [here](./doc/quicksql.md)
8686
8787
See below for examples of how to use this library.
8888

doc/error_diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Error diagnostics procedure is called like this
77

88
let output = ddl.errorMsgs(`dept
99
col1
10-
"is this table or misaligned column?"`);
10+
"is this table or misaligned column?"`);
1111

1212

1313
It returns an array of the Error objects

0 commit comments

Comments
 (0)