Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 6, 2024
1 parent 117e1ee commit 9462f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/reference/clojure_cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<clojure_cli#deps_sources,deps sources
Clojure <<clojure_cli#deps_sources,deps sources>>

[[opt_spath]]
**-Spath**
Expand Down Expand Up @@ -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 <<clojure_cli#env_vars,environment variables for some exceptions).
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 <<clojure_cli#env_vars,environment variables>> for some exceptions).

[[java]]
=== Java
Expand Down

0 comments on commit 9462f8c

Please sign in to comment.