Fix some version-related links
This commit is contained in:
parent
0029402ae7
commit
66d9f9dacb
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINO
|
||||||
|
|
||||||
Prerelease builds of the upcoming 2.x version of HoneySQL will soon be available:
|
Prerelease builds of the upcoming 2.x version of HoneySQL will soon be available:
|
||||||
|
|
||||||
[](https://clojars.org/seancorfield/honeysql) [](https://cljdoc.org/d/seancorfield/honeysql/CURRENT)
|
[](https://clojars.org/seancorfield/honeysql) [](https://cljdoc.org/d/seancorfield/honeysql/v2.0.0-alpha1)
|
||||||
|
|
||||||
This is the README for the upcoming 2.x version of HoneySQL which provides a streamlined codebase and a simpler method for extending the DSL. It also supports SQL dialects out-of-the-box and will be extended to support vendor-specific language features over time (unlike the 1.x version).
|
This is the README for the upcoming 2.x version of HoneySQL which provides a streamlined codebase and a simpler method for extending the DSL. It also supports SQL dialects out-of-the-box and will be extended to support vendor-specific language features over time (unlike the 1.x version).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -306,6 +306,6 @@ section. The full list
|
||||||
of "special syntax" functions is documented in the
|
of "special syntax" functions is documented in the
|
||||||
[Special Syntax](special-syntax.md) section. The best
|
[Special Syntax](special-syntax.md) section. The best
|
||||||
documentation for the helper functions is the
|
documentation for the helper functions is the
|
||||||
[https://cljdoc.org/d/seancorfield/honeysql/CURRENT/api/honey.sql.helpers](honey.sql.helpers).
|
[https://cljdoc.org/d/seancorfield/honeysql/2.0.0-alpha1/api/honey.sql.helpers](honey.sql.helpers).
|
||||||
If you're migrating to HoneySQL 2.0, this [overview of differences
|
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.
|
between 1.0 and 2.0](differences-from-1-x.md) should help.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue