From f2311512432d44e022d49053658bb9bc0d40d316 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 10 Apr 2021 00:17:42 -0700 Subject: [PATCH] Fix column descriptors links --- doc/clause-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/clause-reference.md b/doc/clause-reference.md index a482ac4..3f3fe7e 100644 --- a/doc/clause-reference.md +++ b/doc/clause-reference.md @@ -19,7 +19,7 @@ HoneySQL supports the following DDL clauses as a data DSL. Several of these include column specifications and HoneySQL provides some special syntax (functions) to support that. -See [Clause Descriptors in Special Syntax](special-syntax.md#clause-descriptors) for more details. +See [Column Descriptors in Special Syntax](special-syntax.md#column-descriptors) for more details. ## alter-table, add-column, drop-column, modify-column, rename-column @@ -124,7 +124,7 @@ the column name from the SQL keywords). Various function-like expressions can be specified, as shown in the example above, that allow things like `CHECK` for a constraint, `FOREIGN KEY` (with a column name), `REFERENCES` -(with a pair of column names). See [Clause Descriptors in Special Syntax](special-syntax.md#clause-descriptors) for more details. +(with a pair of column names). See [Column Descriptors in Special Syntax](special-syntax.md#column-descriptors) for more details. ## create-table-as