Skip to content

Commit 77b5537

Browse files
authored
Fix link to API docs in CLI Reference
The link under "Dependency tree" pointed to the `list` function, now it points to `tree`.
1 parent 5d74b03 commit 77b5537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/clojure_cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ For example, the following can be used to print the deps tree for a `:test` alia
624624
clj -X:deps tree :aliases '[:test]`
625625
---
626626

627-
See https://clojure.github.io/tools.deps.cli/clojure.tools.deps.cli.api-api.html#clojure.tools.deps.cli.api/list[API docs].
627+
See https://clojure.github.io/tools.deps.cli/clojure.tools.deps.cli.api-api.html#clojure.tools.deps.cli.api/tree[API docs].
628628

629629
[[deps_aliases]]
630630
=== Alias list

0 commit comments

Comments
 (0)