From 7596a49f4b993ee2e8141b6452478db0c904ab33 Mon Sep 17 00:00:00 2001 From: ijuma Date: Sun, 5 Jun 2011 16:52:39 -0700 Subject: [PATCH] Fix Keys and Defaults links. --- Basic-Configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Basic-Configuration.md b/Basic-Configuration.md index 4aa6818..d8a441b 100644 --- a/Basic-Configuration.md +++ b/Basic-Configuration.md @@ -3,7 +3,8 @@ [Scope]: http://harrah.github.com/xsbt/latest/api/sbt/Scope$.html [Settings]: http://harrah.github.com/xsbt/latest/sxr/Settings.scala.html [Attributes]: http://harrah.github.com/xsbt/latest/sxr/Attributes.scala.html -[Defaults]: https://github.com/harrah/xsbt/latest/sxr/Defaults.scala.html +[Defaults]: http://harrah.github.com/xsbt/latest/sxr/Defaults.scala.html +[Keys]: http://harrah.github.com/xsbt/latest/sxr/Keys.scala.html A build definition is written in Scala. There are two types of definitions: light and full. A light definition is a quick way of configuring a build. It consists of a list of expressions describing project settings.