Skip to content

Commit 6cc03c8

Browse files
authored
Merge pull request #443 from jasalt/master
Update broken documentation link in `--help` output
2 parents e258510 + 4abf8a8 commit 6cc03c8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Custom commands and skills now expose `:arguments` metadata inferred from their content. Previously they always reported empty arguments.
66
- Native `skill-create`, `plugin-install`, and `plugin-uninstall` commands now declare `:required true` on their arguments in the command listing.
7+
- - Fix documentation link in `--help` output
78

89
## 0.131.1
910

src/eca/main.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Available commands:"
3434
" server Start eca as server, listening to stdin."
3535
""
36-
"See https://eca.dev/settings/ for detailed documentation."]
36+
"See https://eca.dev/config/introduction/ for detailed documentation."]
3737
(string/join \newline)))
3838

3939
(defn ^:private error-msg [errors]

0 commit comments

Comments
 (0)