diff --git a/CHANGELOG.md b/CHANGELOG.md index be4fa5712..cc48c3797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Custom commands and skills now expose `:arguments` metadata inferred from their content. Previously they always reported empty arguments. - Native `skill-create`, `plugin-install`, and `plugin-uninstall` commands now declare `:required true` on their arguments in the command listing. +- - Fix documentation link in `--help` output ## 0.131.1 diff --git a/src/eca/main.clj b/src/eca/main.clj index 082e73a0e..52c5bc18a 100644 --- a/src/eca/main.clj +++ b/src/eca/main.clj @@ -33,7 +33,7 @@ "Available commands:" " server Start eca as server, listening to stdin." "" - "See https://eca.dev/settings/ for detailed documentation."] + "See https://eca.dev/config/introduction/ for detailed documentation."] (string/join \newline))) (defn ^:private error-msg [errors]