diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c8170..bf6d5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -254,7 +254,7 @@ * Fixes #344 by no longer dropping the qualifier on columns in a `SET` clause _for the `:mysql` dialect only_; the behavior is unchanged for all other dialects. * Fixes #340 by making the "hyphen to space" logic more general so _operators_ containing `-` should retain the hyphen without special cases. * Documentation improvements: `:fetch`, `:lift`, `:limit`, `:offset`, `:param`, `:select`; also around JSON/PostgreSQL. - * Link to the [HoneySQL web app](https://www.john-shaffer.com/honeysql/) in both the README and **Getting Started**. + * Link to the [HoneySQL web app](https://john.shaffe.rs/honeysql/) in both the README and **Getting Started**. * Switch to `tools.build` for running tests and JAR building etc. * 2.0.0-rc5 (for testing; 2021-07-17) diff --git a/doc/getting-started.md b/doc/getting-started.md index 76e1556..c4dd7d2 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -26,7 +26,7 @@ To execute SQL statements, you will also need a JDBC wrapper like You can also experiment with HoneySQL directly in a browser -- no installation required -- using [John Shaffer](https://github.com/john-shaffer)'s awesome -[HoneySQL web app](https://www.john-shaffer.com/honeysql/), written in ClojureScript! +[HoneySQL web app](https://john.shaffe.rs/honeysql/), written in ClojureScript! ## Basic Concepts