From 78fe59d98cebdd417304a7beda2817d7159dfd6e Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 14 Feb 2021 11:04:39 -0800 Subject: [PATCH] Fix one more link! --- doc/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 1cb49d2..09d3865 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -305,7 +305,7 @@ documented in the [Operator Reference](operator-reference.md) section. The full list of "special syntax" functions is documented in the [Special Syntax](special-syntax.md) section. The best -documentation for the helper functions is the -[https://cljdoc.org/d/seancorfield/honeysql/2.0.0-alpha1/api/honey.sql.helpers](honey.sql.helpers). +documentation for the helper functions is in the +[honey.sql.helpers](https://cljdoc.org/d/seancorfield/honeysql/2.0.0-alpha1/api/honey.sql.helpers) namespace. If you're migrating to HoneySQL 2.0, this [overview of differences between 1.0 and 2.0](differences-from-1-x.md) should help.