Update Custom-Settings.rst

Add a link to Basic-Def.
This commit is contained in:
Jacek Laskowski 2013-09-30 07:58:19 +02:00 committed by Mark Harrah
parent f8a1d2ca7b
commit 9f630542b8
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
=========================
Custom Settings and Tasks
=========================
@ -40,7 +39,7 @@ reload, while a task is re-computed for every "task execution" (every
time someone types a command at the sbt interactive prompt or in batch
mode).
Keys may be defined in a `.sbt file <Basic-Def>` file, :doc:`.scala file <Full-Def>`, or in a :doc:`plugin <Using-Plugins>`.
Keys may be defined in a :doc:`.sbt file <Basic-Def>`, :doc:`.scala file <Full-Def>`, or in a :doc:`plugin <Using-Plugins>`.
Any `val` found in a `Build` object in your `.scala` build definition files or any
`val` found in a `Plugin` object from a plugin will be imported automatically into your `.sbt` files.