From 9462f8ca8248f6127f8ef7437548c9903fb83b77 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Sat, 6 Jan 2024 16:58:34 -0600 Subject: [PATCH] fix links --- content/reference/clojure_cli.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/reference/clojure_cli.adoc b/content/reference/clojure_cli.adoc index 94052d7d..03b51dd4 100644 --- a/content/reference/clojure_cli.adoc +++ b/content/reference/clojure_cli.adoc @@ -238,7 +238,7 @@ Use `-Sdeps` to supply an additional deps.edn source on the command line. This i Use `-Srepro` to omit the user deps.edn from the deps sources. This omits any user-specific configuration to ensure the command is repeatable for others. -Clojure <> [[opt_spath]] **-Spath** @@ -448,7 +448,7 @@ The `clj` and `clojure` commands are host-specific scripts that: 2. (If not cached), launch a JVM to compute and cache classpath and other setup 3. Launch a JVM to run the user program as specified by the exec opts `-X`, `-T`, `-M` -Step 2 is done with an uberjar that is part of the Clojure CLI installation - generally you do not control the classpath or configuration of that JVM (but see <> for some exceptions). [[java]] === Java