From 9f630542b87e767bd87df76bc29881d4a07ec4ff Mon Sep 17 00:00:00 2001 From: Jacek Laskowski Date: Mon, 30 Sep 2013 07:58:19 +0200 Subject: [PATCH] Update Custom-Settings.rst Add a link to Basic-Def. --- src/sphinx/Getting-Started/Custom-Settings.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sphinx/Getting-Started/Custom-Settings.rst b/src/sphinx/Getting-Started/Custom-Settings.rst index 09bc1c52f..73f1ace41 100644 --- a/src/sphinx/Getting-Started/Custom-Settings.rst +++ b/src/sphinx/Getting-Started/Custom-Settings.rst @@ -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 ` file, :doc:`.scala file `, or in a :doc:`plugin `. +Keys may be defined in a :doc:`.sbt file `, :doc:`.scala file `, or in a :doc:`plugin `. 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.