From b9eef3d8e5bafc7edd15b64b0bc3abbbcd4b1314 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Sat, 6 Jan 2024 16:38:48 -0600 Subject: [PATCH] update links in deps guide --- content/guides/deps_and_cli.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/deps_and_cli.adoc b/content/guides/deps_and_cli.adoc index 9a23c72e..7b01118b 100644 --- a/content/guides/deps_and_cli.adoc +++ b/content/guides/deps_and_cli.adoc @@ -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 <> for details on how to install the tools. Here we will demonstrate how to get started. See <> for a complete reference. See the <> for version information. +See <> for details on how to install the tools. Here we will demonstrate how to get started. See <> and <> for a complete reference. See the <> for version information. == Running a REPL and using libraries