Skip to content

Update deps_edn.adoc: fix typo in local ref link #676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update deps_edn.adoc: fix typo in local ref link
  • Loading branch information
lread authored Nov 24, 2023
commit 154e0fbb362bd6c005e2d2741c88946d3dbc9867
2 changes: 1 addition & 1 deletion content/reference/deps_edn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]

The deps.edn file is a data file specifying all information needed to form a project classpath, including deps, paths, and external dependency repository information. The deps.edn file format is used by the https://github.com/clojure/tools.deps[tools.deps library] and the <<deps_and_cli#, Clojure CLI>>.

If you are building a tool that would like to leverage deps.edn, create well-known namespaced <<aliases#,:aliases>> as a means to convey tool configuration, rather than adding new arbitrary tags elsewhere in the deps.edn data - these may not be preserved or conveyed during processing. Tools can access alias data via the basis at runtime, or programatically via tools.deps.
If you are building a tool that would like to leverage deps.edn, create well-known namespaced <<aliases,:aliases>> as a means to convey tool configuration, rather than adding new arbitrary tags elsewhere in the deps.edn data - these may not be preserved or conveyed during processing. Tools can access alias data via the basis at runtime, or programatically via tools.deps.

.Index of all attributes
[[index]]
Expand Down