From 35805f1235e5f04cf30d9de6ed3e2aff84017057 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 17 May 2024 18:25:22 -0700 Subject: [PATCH] fix #278 by correcting link Signed-off-by: Sean Corfield --- CHANGELOG.md | 1 + doc/all-the-options.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f516a..8ed4006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Only accretive/fixative changes will be made from now on. * 1.3.next in progress * Fix [#280](https://github.com/seancorfield/next-jdbc/issues/280) by allowing `-` as well as `_` in `nav` foreign key names. * Address [#279](https://github.com/seancorfield/next-jdbc/issues/279) by adding the missing documentation. + * Address [#278](https://github.com/seancorfield/next-jdbc/issues/278) by fixing link in options page. * Update dev dependencies, including testing against Clojure 1.12 Alpha 11. * 1.3.925 -- 2024-03-15 diff --git a/doc/all-the-options.md b/doc/all-the-options.md index 3ecb61a..c4487ae 100644 --- a/doc/all-the-options.md +++ b/doc/all-the-options.md @@ -83,7 +83,7 @@ result set: * `:schema` -- override the conventions for identifying foreign keys and the related (primary) keys in the tables to which they refer, on a per table/column basis; can also be used to indicate a fk relationship is one-to-many or many-to-many rather than one-to-one or one-to-many, * `:schema-opts` -- override the default conventions for identifying foreign keys and the related (primary) keys in the tables to which they refer, as a whole. -See [`datafy`, `nav`, and `:schema`](/doc/datafy-nav-schema.md) for more details. +See [`datafy`, `nav`, and `:schema`](/doc/datafy-nav-and-schema.md) for more details. ## Statements & Prepared Statements