Skip to content

Commit d17cbdd

Browse files
committed
add link from tools.build guide
1 parent c2d9d52 commit d17cbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/tools_build.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The remainder of this guide demonstrates individual common use cases and how to
5757

5858
The most common Clojure build creates a jar file containing Clojure source code. To do this with tools.build we'll use the following tasks:
5959

60-
* `create-basis` - to create a project basis (note: this will download deps as a side effect)
60+
* `create-basis` - to create a <<xref/../../../reference/deps_edn#basis,project basis>> (note: this will download deps as a side effect)
6161
* `copy-dir` - to copy Clojure source and resources into a working dir
6262
* `write-pom` - to write a pom file in the working dir
6363
* `jar` - to jar up the working dir into a jar file

0 commit comments

Comments
 (0)