Skip to content

Commit

Permalink
Rename External Reference to Bundled Libraries (#3459)
Browse files Browse the repository at this point in the history
Since that's all there is on that page
  • Loading branch information
lihaoyi authored Sep 4, 2024
1 parent 028abe4 commit 1129bb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
// *somewhere*.
.Reference
* xref:Mill_Design_Principles.adoc[]
* xref:External_References.adoc[]
* xref:Bundled_Libraries.adoc[]
* {mill-doc-url}/api/latest/mill/index.html[Mill Scaladoc]
* xref:Changelog.adoc[]
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
= External References
= Bundled Libraries

:page-aliases: External_References.adoc

Mill comes bundled with a set of external Open Source libraries and projects.

Expand Down Expand Up @@ -39,7 +41,7 @@ ScalaDoc:: https://javadoc.io/doc/com.lihaoyi/requests_2.13/latest/index.html
MainArgs is a small, dependency-free library for command line argument parsing
in Scala.

Mill uses MainArgs to handle argument parsing for `T.command`s that are run
Mill uses MainArgs to handle argument parsing for ``T.command``s that are run
from the command line.

Project page:: https://github.com/com-lihaoyi/mainargs
Expand Down

0 comments on commit 1129bb6

Please sign in to comment.