Skip to content

Commit

Permalink
update links in deps guide
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 6, 2024
1 parent dca9c09 commit b9eef3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/deps_and_cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ c. making it available on the JVM classpath so Clojure can find it while your RE

Clojure tools specify a syntax and file (`deps.edn`) for (a), given which they'll handle (b) and (c) automatically.

See <<getting_started#,Getting Started>> for details on how to install the tools. Here we will demonstrate how to get started. See <<xref/../../reference/deps_and_cli#,Deps and CLI>> for a complete reference. See the <<xref/../../releases/tools#,changelog>> for version information.
See <<getting_started#,Getting Started>> for details on how to install the tools. Here we will demonstrate how to get started. See <<xref/../../reference/clojure_cli#,Clojure CLI>> and <<xref/../../reference/deps_edn#,deps.edn>> for a complete reference. See the <<xref/../../releases/tools#,changelog>> for version information.

== Running a REPL and using libraries

Expand Down

0 comments on commit b9eef3d

Please sign in to comment.